From 11dd41bcf74306f120301b573aba8cd5d672062a Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 22 Jan 2019 16:15:13 +0100 Subject: [PATCH] fix .env path for ynh_store_file_checksum --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 0e65d87..39059d3 100755 --- a/scripts/install +++ b/scripts/install @@ -291,7 +291,7 @@ sleep 30 ### 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/.env" +ynh_store_file_checksum "$final_path/$app/.env" #================================================= # GENERIC FINALIZATION