From 109c04b5e090d9cf4c2e64292739bd80cf9cb47c Mon Sep 17 00:00:00 2001 From: scith Date: Tue, 6 Dec 2016 15:32:57 +0100 Subject: [PATCH] Fix --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 4ff887f..7ca0eaf 100644 --- a/scripts/restore +++ b/scripts/restore @@ -17,7 +17,7 @@ app=$YNH_APP_INSTANCE_NAME if [ -f $conf ]; then ynh_die "There is already a nginx conf file at this path: $conf" fi - sudo cp -a $backup_dir/nginx.conf $conf + sudo cp -a ./nginx.conf $conf # Restore sources & data src_path="/var/www/${app}"