From d9516ec02bd29dcfa1ee98d50b92a145641906b6 Mon Sep 17 00:00:00 2001 From: frju365 Date: Tue, 7 Mar 2017 19:43:12 +0100 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 67db0b9..e66d1fd 100644 --- a/scripts/restore +++ b/scripts/restore @@ -6,7 +6,7 @@ source /usr/share/yunohost/helpers # Retrieve old app settings domain=$(ynh_app_setting_get $app domain) -app=$YNH_APP_INSTANCE_NAME +app="jappix" # Restore sources & data sudo cp -a ./sources "/var/www/${app}"