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

Update restore

This commit is contained in:
frju365 2017-03-07 19:14:55 +01:00 committed by GitHub
parent abfba347ce
commit cc4faa63a3

View file

@ -1,12 +1,12 @@
#!/bin/bash
# causes the shell to exit if any subcommand or pipeline returns a non-zero status
set -e
app="jappix"
set -eu
source /usr/share/yunohost/helpers
# Retrieve old app settings
domain=$(sudo yunohost app setting "$app" domain)
domain=$(ynh_app_setting_get $app domain)
app=$YNH_APP_INSTANCE_NAME
# Restore sources & data
sudo cp -a ./sources "/var/www/${app}"