From 649a74f3e2cef6b5a200716fbabc08e4ac9eac4b Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Fri, 28 Aug 2020 16:24:53 +0200 Subject: [PATCH] comment the key added with the install script --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d21dccf..d585519 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -155,7 +155,7 @@ ynh_add_fpm_config #================================================= ynh_script_progression --message="final configuration needed..." --time --weight=1 -# key=$(ynh_string_random --length=50) +# key=$(ynh_string_random --length=50) cp -a $final_path/config.dist.php $final_path/config.local.php # ynh_replace_string --match_string="const SECRET_KEY = '3xUhIgGwuovRKOjVsVPQ5yUMfXUSIOX2GKzcebsz5OINrYC50r';" --replace_string="const SECRET_KEY = '$key';" --target_file="$final_path/config.local.php" if [ "$path_url" == "/" ]