From 94f4472ab2fb58250b22f6842deba97ee235c333 Mon Sep 17 00:00:00 2001 From: julienmalik Date: Tue, 3 May 2016 12:06:03 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 557b788..ac89823 100755 --- a/scripts/restore +++ b/scripts/restore @@ -7,7 +7,7 @@ app=$YNH_APP_INSTANCE_NAME # The first argument is the backup directory location of the app # from where the script is executed -backup_dir=$1 +backup_dir=$YNH_APP_BACKUP_DIR # Restore sources & data final_path="/var/www/${app}"