Fix
This commit is contained in:
parent
c0275717e4
commit
91da5b850d
@ -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
|
Loading…
Reference in New Issue
Block a user