diff --git a/scripts/config b/scripts/config index 7fcf350..111d497 100644 --- a/scripts/config +++ b/scripts/config @@ -8,9 +8,6 @@ source /usr/share/yunohost/helpers -# Stop script if errors -ynh_abort_if_errors - # Import common fonctions source ./experimental_helper.sh source ./_common.sh diff --git a/scripts/upgrade b/scripts/upgrade index eb9de24..0abd5a6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -10,9 +10,6 @@ source _common.sh source experimental_helper.sh source /usr/share/yunohost/helpers -# Exit if an error occurs during the execution of the script -#REMOVEME? ynh_abort_if_errors - #================================================= # LOAD SETTINGS #=================================================