From 3ec9890dd6aa9282b7507474ac6d7489972bd034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 22 Oct 2022 22:54:23 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7924dda..6265cb5 100644 --- a/scripts/install +++ b/scripts/install @@ -120,7 +120,7 @@ ynh_add_config --template="../conf/config.php" --destination="$final_path/db/con chmod 600 "$final_path/db/config.php" chown $app:$app "$final_path/db/config.php" -chmod 775 "$final_path/tmp/sessions" +#chmod 775 "$final_path/tmp/sessions" #================================================= # REMOVE UNWANTED FILES