From f33b471447bf0909f7aa885a011d86b95270df83 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 25 Sep 2021 13:15:17 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 95a6ff1..6f66890 100644 --- a/scripts/install +++ b/scripts/install @@ -214,6 +214,7 @@ ynh_store_file_checksum --file="$final_path/htdocs/conf/conf.php" #================================================= # Set permissions on app files +chmod 750 "$final_path" chown -R $app: "$final_path" chmod 644 "$final_path/htdocs/conf/conf.php" mkdir -p "$datadir"