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:
parent
b14bea4865
commit
cd65e10413
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue