From 50a26572eeca592643b0c0bbf6de854dcf83b8c6 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 8 Nov 2020 18:29:39 +0100 Subject: [PATCH] ynh_clean_check_starting since we monitor the logs Co-authored-by: Eric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ec69321..7fe9a64 100644 --- a/scripts/install +++ b/scripts/install @@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers ynh_clean_setup () { ### Remove this function if there's nothing to clean before calling the remove script. - true + ynh_clean_check_starting } # Exit if an error occurs during the execution of the script ynh_abort_if_errors diff --git a/scripts/restore b/scripts/restore index 2b2ce8f..87c6bcf 100644 --- a/scripts/restore +++ b/scripts/restore @@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers ynh_clean_setup () { #### Remove this function if there's nothing to clean before calling the remove script. - true + ynh_clean_check_starting } # Exit if an error occurs during the execution of the script ynh_abort_if_errors