From 4e7cd9e8535f201a00afac1e2d2607d48955b166 Mon Sep 17 00:00:00 2001 From: Eclipse Date: Wed, 27 Sep 2023 21:24:53 +0200 Subject: [PATCH] modified the chmod lines to mitigate an error during installation --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bb7f416..eb878c4 100644 --- a/scripts/install +++ b/scripts/install @@ -22,8 +22,8 @@ ynh_add_config --template="index.html" --destination="$install_dir/index.html" ynh_add_config --template="restarter.php" --destination="$install_dir/$app.php" chown -R www-data:www-data "$install_dir" +chmod -R 640 "$install_dir" chmod 750 "$install_dir" -chmod 640 "$install_dir/*" #=================================================