From cc4faa63a318173a5b99731bcb400220f3de047c Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 7 Mar 2017 19:14:55 +0100 Subject: [PATCH] Update restore --- scripts/restore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index 66fa81c..67db0b9 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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}"