modified the chmod lines to mitigate an error during installation

This commit is contained in:
Eclipse 2023-09-27 21:24:53 +02:00
parent 3da74bf068
commit 4e7cd9e853

View File

@ -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/*"
#=================================================