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