From ec389fe702dfbcd0740ce6971bf2c69e5075acde Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 1 Feb 2019 21:31:53 +0100 Subject: [PATCH] Fix ynh_clean_check_starting --- scripts/install | 6 ------ scripts/remove | 6 ------ scripts/restore | 6 ------ scripts/upgrade | 6 ------ 4 files changed, 24 deletions(-) diff --git a/scripts/install b/scripts/install index 4686697..cf25ee1 100755 --- a/scripts/install +++ b/scripts/install @@ -368,9 +368,3 @@ systemctl reload nginx #================================================= ynh_systemd_action --action=start --service_name=$app - -#================================================= -# CLEAN TEMPORARY PROCESS AND FILE USED BY ynh_check_starting -#================================================= - -ynh_clean_check_starting diff --git a/scripts/remove b/scripts/remove index df1d506..c7fe936 100755 --- a/scripts/remove +++ b/scripts/remove @@ -127,9 +127,3 @@ ynh_secure_remove "/var/log/$app/" # Delete a system user ynh_system_user_delete $app - -#================================================= -# CLEAN TEMPORARY PROCESS AND FILE USED BY ynh_check_starting -#================================================= - -ynh_clean_check_starting diff --git a/scripts/restore b/scripts/restore index 9eacdc0..33fa19a 100755 --- a/scripts/restore +++ b/scripts/restore @@ -141,9 +141,3 @@ systemctl reload nginx #================================================= ynh_systemd_action --action=start --service_name=$app - -#================================================= -# CLEAN TEMPORARY PROCESS AND FILE USED BY ynh_check_starting -#================================================= - -ynh_clean_check_starting diff --git a/scripts/upgrade b/scripts/upgrade index 4158fff..ab6de99 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -194,9 +194,3 @@ systemctl reload nginx #================================================= ynh_systemd_action --action=start --service_name=$app - -#================================================= -# CLEAN TEMPORARY PROCESS AND FILE USED BY ynh_check_starting -#================================================= - -ynh_clean_check_starting