From ac3c05049118198bd20009607c68aab3cd9d1457 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Wed, 8 Mar 2017 00:43:41 +0100 Subject: [PATCH] =?UTF-8?q?Source=20au=20m=C3=AAme=20endroite=20pour=20upg?= =?UTF-8?q?rade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/upgrade | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 5e42c3b..554a594 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -4,13 +4,11 @@ set -eu source .fonctions # Loads the generic functions usually used in the script +source /usr/share/yunohost/helpers # Source YunoHost helpers # See comments in install script app=$YNH_APP_INSTANCE_NAME -# Source YunoHost helpers -source /usr/share/yunohost/helpers - # Retrieve app settings domain=$(ynh_app_setting_get "$app" domain) path=$(ynh_app_setting_get "$app" path)