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