1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Fix dependence in restore script

This commit is contained in:
Josué Tille 2018-12-21 17:12:23 +01:00
parent f9bdeba4a5
commit 14fea28970

View file

@ -8,6 +8,7 @@ app=$YNH_APP_INSTANCE_NAME
# Source YunoHost helpers
. /usr/share/yunohost/helpers
source ../settings/scripts/common.sh
# Retrieve old app settings
domain=$(ynh_app_setting_get "$app" domain)
@ -40,7 +41,7 @@ if [ -f $gunicorn_path ]; then
fi
# Dependences
ynh_package_install python3-pip python3-virtualenv
install_dependencies
# Restore sources & data
sudo cp -a ./sources $final_path