From a322817f7163f308175bb2b3a58e7529d7e3ab34 Mon Sep 17 00:00:00 2001 From: Rodolphe Robles Date: Sat, 4 Apr 2020 15:31:32 +0200 Subject: [PATCH] delete the backup of config.local.php because this file must be edited with this upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index fc80f98..8abb73c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -14,7 +14,7 @@ source /usr/share/yunohost/helpers #================================================= sudo cp -avr /var/www/garradin/association.sqlite /tmp/association.sqlite sudo cp -avr /var/www/garradin/www/squelettes /tmp/squelettes -sudo cp -a /var/www/garradin/config.local.php /tmp/config.local.php +sudo cp -avr /var/www/garradin/config.local.php /tmp/config.local.php #================================================= # LOAD SETTINGS