From b07683cc0130e0b5038371472aef015162759961 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 24 Mar 2021 19:58:27 +0100 Subject: [PATCH] Fix manually modified file --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index a37bbba..0b79b96 100644 --- a/scripts/install +++ b/scripts/install @@ -201,6 +201,8 @@ ynh_app_setting_set --app="$app" --key=vapid_private_key --value="$vapid_private vapid_public_key=$(grep -oP "VAPID_PUBLIC_KEY=\K.+" "$final_path/live/key.txt") ynh_app_setting_set --app="$app" --key=vapid_public_key --value="$vapid_public_key" +ynh_delete_file_checksum --file="$config" + ynh_add_config --template="../conf/.env.production.sample" --destination="$config" ynh_secure_remove --file="$final_path/live/key.txt"