This commit is contained in:
EpicKiwi 2023-11-08 19:13:43 +01:00
parent c0275717e4
commit 91da5b850d
Signed by: epickiwi
GPG Key ID: C4B28FD2729941CE
1 changed files with 2 additions and 2 deletions

View File

@ -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