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