1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update restore

This commit is contained in:
ericgaspar 2020-11-03 19:13:41 +01:00
parent fc1a4b54d1
commit b72fe4c180
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -74,6 +74,14 @@ ynh_system_user_create --username=$app
chown -R $app: $final_path
chmod 600 $final_path/credentials.json
#=================================================
# REINSTALL DEPENDENCIES
#=================================================
ynh_script_progression --message="Reinstalling dependencies..." --weight=7
# Define and install dependencies
ynh_install_app_dependencies $pkg_dependencies
#=================================================
# RESTORE THE POSTQRESQL DATABASE
#=================================================