diff --git a/scripts/install b/scripts/install index 522c066..57b01c4 100644 --- a/scripts/install +++ b/scripts/install @@ -151,6 +151,9 @@ ynh_add_systemd_config # SECURE FILES AND DIRECTORIES #================================================= +# Reset permissions +chown -R root:root "$final_path" + # Set permissions to app files chown -R "$app":"$app" "$final_path/data/" chmod -R 750 "$final_path/data/"