diff --git a/scripts/install b/scripts/install index 54ec914..f0cba25 100644 --- a/scripts/install +++ b/scripts/install @@ -99,10 +99,6 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ln -s /usr/share/zabbix "$final_path" -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" - #================================================= # NGINX CONFIGURATION #================================================= diff --git a/scripts/restore b/scripts/restore index d19d814..e3f0315 100644 --- a/scripts/restore +++ b/scripts/restore @@ -53,10 +53,6 @@ ynh_script_progression --message="Restoring the app main directory..." ln -s /usr/share/zabbix "$final_path" -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" - #================================================= # RESTORE THE PHP-FPM CONFIGURATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index aefdd77..7ca7718 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -87,10 +87,6 @@ then ln -s /usr/share/zabbix "$final_path" fi -chmod 750 "$final_path" -chmod -R o-rwx "$final_path" -chown -R $app:www-data "$final_path" - #================================================= # NGINX CONFIGURATION #=================================================