From e4a323b3d9fb14b16b33fe990671f118ae728dad Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 9 Apr 2019 00:47:08 +0200 Subject: [PATCH] fix change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 5ff2bef..a39d31c 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -114,7 +114,7 @@ ynh_systemd_action --action=start --service_name=$app --log_path=systemd --line_ # STORE THE CONFIG FILE CHECKSUM #================================================= -ynh_backup_if_checksum_is_different "$final_path/config.ini" +ynh_backup_if_checksum_is_different "$final_path/$app/config/prod.secret.exs" # Recalculate and store the checksum of the file for the next upgrade. ynh_store_file_checksum "$final_path/$app/config/prod.secret.exs"