From 09a789697346f4e9fefe30ce08c53d6bf2f53f3d Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Thu, 9 Apr 2020 12:30:00 +0200 Subject: [PATCH] try to save secret key if exist on update --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index a07782c..703b879 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -203,7 +203,6 @@ echo "const WWW_URI = '$path_url/';" >> $final_path/config.local.php #cp -a $final_path/config.dist.php $final_path/config.local.php # ynh_replace_string --match_string="//const WWW_URI = '/asso/';" --replace_string="const WWW_URI = '$path_url/';" --target_file="$final_path/config.local.php" -fi # ynh_replace_string --match_string="const ROOT = __DIR__;" --replace_string="const ROOT = /var/www/garradin/;" --target_file="$final_path/config.local.php" #=================================================