From 7473a263af6c617b73a2892346e13dc636ded458 Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Wed, 8 Nov 2023 19:08:24 +0100 Subject: [PATCH] fix script --- status/set-status.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/status/set-status.sh b/status/set-status.sh index 0455713..9908195 100755 --- a/status/set-status.sh +++ b/status/set-status.sh @@ -14,4 +14,6 @@ fi if [ "$1" = "closed" ]; then ln -sf "index.fermé.html" "/var/www/html/index.html" -fi \ No newline at end of file +fi + +chown -r www-data:www-data /var/www/html/ \ No newline at end of file