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:
parent
f9bdeba4a5
commit
14fea28970
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
# Source YunoHost helpers
|
# Source YunoHost helpers
|
||||||
. /usr/share/yunohost/helpers
|
. /usr/share/yunohost/helpers
|
||||||
|
source ../settings/scripts/common.sh
|
||||||
|
|
||||||
# Retrieve old app settings
|
# Retrieve old app settings
|
||||||
domain=$(ynh_app_setting_get "$app" domain)
|
domain=$(ynh_app_setting_get "$app" domain)
|
||||||
|
@ -40,7 +41,7 @@ if [ -f $gunicorn_path ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Dependences
|
# Dependences
|
||||||
ynh_package_install python3-pip python3-virtualenv
|
install_dependencies
|
||||||
|
|
||||||
# Restore sources & data
|
# Restore sources & data
|
||||||
sudo cp -a ./sources $final_path
|
sudo cp -a ./sources $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue