This commit is contained in:
Your Name
2025-05-20 10:43:27 +02:00
parent 11463b175c
commit 4e4832b128
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ sudo touch /var/www/nebuleair_pro_4g/logs/app.log /var/www/nebuleair_pro_4g/logs
/usr/bin/python3 /var/www/nebuleair_pro_4g/sqlite/set_config.py /usr/bin/python3 /var/www/nebuleair_pro_4g/sqlite/set_config.py
sudo chmod -R 777 /var/www/nebuleair_pro_4g/ sudo chmod -R 777 /var/www/nebuleair_pro_4g/
git config --global core.fileMode false git config --global core.fileMode false
git -C /var/www/nebuleair_pro_4g config core.fileMode false
git config --global --add safe.directory /var/www/nebuleair_pro_4g git config --global --add safe.directory /var/www/nebuleair_pro_4g
sudo crontab /var/www/nebuleair_pro_4g/cron_jobs sudo crontab /var/www/nebuleair_pro_4g/cron_jobs
sudo /usr/bin/python3 /var/www/nebuleair_pro_4g/sqlite/create_db.py sudo /usr/bin/python3 /var/www/nebuleair_pro_4g/sqlite/create_db.py

View File

@@ -455,7 +455,7 @@ def reset_PSD_CSD_connection():
return pdp_reset_success return pdp_reset_success
def reset_PSD_CSD_connection(profile_id): def reset_server_hostname(profile_id):
""" """
Function that reset server hostname (URL) connection for the SARA R5 Function that reset server hostname (URL) connection for the SARA R5
returns true or false returns true or false