From 91da5b850d698e0f3b9974997f0c321779554f9b Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Wed, 8 Nov 2023 19:13:43 +0100 Subject: [PATCH] Fix --- status/set-status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status/set-status.sh b/status/set-status.sh index 0455713..20a0250 100755 --- a/status/set-status.sh +++ b/status/set-status.sh @@ -9,9 +9,9 @@ if [ "$#" = "0" ]; then fi if [ "$1" = "opened" ]; then - ln -sf "index.ouvert.html" "/var/www/html/index.html" + ln -sf "index.ouvert.html" "/var/www/html/status/index.html" fi if [ "$1" = "closed" ]; then - ln -sf "index.fermé.html" "/var/www/html/index.html" + ln -sf "index.fermé.html" "/var/www/html/status/index.html" fi \ No newline at end of file