From d600f8293c24fc8f4a876c9234e64cd17ebb91ca Mon Sep 17 00:00:00 2001 From: Rodolphe Robles Date: Sat, 4 Apr 2020 14:46:09 +0200 Subject: [PATCH] correct url for backup file config.local.php --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 73d1392..543255d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -54,7 +54,7 @@ fi #================================================= sudo cp -avr $final_path/association.sqlite /tmp/association.sqlite sudo cp -avr $final_path/www/squelettes /tmp/squelettes -sudo cp -a $final_path/config.local.php +sudo cp -a $final_path/config.local.php /tmp/config.local.php #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #=================================================