diff --git a/boot_hotspot.sh b/boot_hotspot.sh index f20f748..0e2e0c7 100755 --- a/boot_hotspot.sh +++ b/boot_hotspot.sh @@ -48,6 +48,8 @@ else #update config JSON file jq --arg status "connected" '.WIFI_status = $status' "$JSON_FILE" > temp.json && mv temp.json "$JSON_FILE" + sudo chmod 777 "$JSON_FILE" + # Lancer le tunnel SSH echo "Démarrage du tunnel SSH sur le port $SSH_TUNNEL_PORT..." # Start the SSH agent if it's not already running diff --git a/html/index.html b/html/index.html index a3a8ef4..07d658e 100755 --- a/html/index.html +++ b/html/index.html @@ -3,7 +3,7 @@ - Responsive Sidebar Template + NebuleAir