From 11ae5addbfbebc39195bd165ace7d3e2d44fcd27 Mon Sep 17 00:00:00 2001 From: Yalh Date: Wed, 23 Jan 2019 03:00:19 +0100 Subject: [PATCH] Fix install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 23a1680..73dbf2d 100755 --- a/scripts/install +++ b/scripts/install @@ -316,7 +316,7 @@ ynh_add_systemd_config ### `ynh_replace_string` is used to replace a string in a file. ### (It's compatible with sed regular expressions syntax) -#ynh_replace_string "match_string" "replace_string" "$final_path/CONFIG_FILE" +#ynh_replace_string "match_string" "replace_string" "$final_path/$app/config/prod.secret.exs" #================================================= # STORE THE CONFIG FILE CHECKSUM @@ -327,7 +327,7 @@ ynh_add_systemd_config ### you can make a backup of this file before modifying it again if the admin had modified it. # Calculate and store the config file checksum into the app settings -ynh_store_file_checksum "$final_path/CONFIG_FILE" +ynh_store_file_checksum "$final_path/$app/config/prod.secret.exs" #================================================= # GENERIC FINALIZATION