From da7d94cd20c47f73c6d7247ff845d9662afec782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 6 Jun 2023 23:54:16 +0200 Subject: [PATCH] fix --- scripts/config | 3 --- scripts/upgrade | 3 --- 2 files changed, 6 deletions(-) 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 #=================================================