From cd65e104135031778e203815fab084996177a811 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Sat, 17 Jun 2017 18:26:59 +0200 Subject: [PATCH] Fix upgrade script (common inclusion was failing) --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 73f98d6..354b479 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -13,6 +13,8 @@ INSTALL_DIR=/opt/yunohost/ihatemoney PIP=${INSTALL_DIR}/venv/bin/pip NEW_REQUIREMENTS=${INSTALL_DIR}/src-new/requirements.txt +domain=$(ynh_app_setting_get "$app" domain) + # Source YunoHost helpers . /usr/share/yunohost/helpers