1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Fix upgrade script

(common inclusion was failing)
This commit is contained in:
Jocelyn Delalande 2017-06-17 18:26:59 +02:00
parent b14bea4865
commit cd65e10413

View file

@ -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