From e0fbdef1381f9f800cf00cf90549cf814fc87663 Mon Sep 17 00:00:00 2001 From: PaulVua Date: Sun, 12 Jan 2025 16:14:22 +0100 Subject: [PATCH] udpate --- boot_hotspot.sh | 2 ++ html/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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