diff --git a/scripts/restore b/scripts/restore index 1a33749..d6acacf 100644 --- a/scripts/restore +++ b/scripts/restore @@ -16,6 +16,8 @@ source /usr/share/yunohost/helpers ynh_clean_setup () { ynh_exec_warn_less ynh_secure_remove --file="$tempdir" + + ynh_clean_check_starting } # Exit if an error occurs during the execution of the script ynh_abort_if_errors