From b0a81e74d78b15ed99075f9cf75ebc02cf8e3e7e Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 13 Aug 2023 12:44:06 +0200 Subject: [PATCH] cleaning --- scripts/install | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/scripts/install b/scripts/install index b33b3c7..ebb7a8e 100644 --- a/scripts/install +++ b/scripts/install @@ -245,30 +245,6 @@ ynh_script_progression --message="Setuping the cron file..." ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" -#================================================= -# GENERIC FINALIZATION -#================================================= -# SETUP SSOWAT -#================================================= - - -# Make app public if necessary - -then - # Everyone can access the app. - # The "main" permission is automatically created before the install script. - -fi - -# Only the admin can access the admin panel of the app (if the app has an admin panel) - - -#================================================= -# RELOAD NGINX -#================================================= - - - #================================================= # END OF SCRIPT