From d3ccf108ea0a5f3453871a9144dc1e5ebe779452 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 26 Jan 2019 03:49:52 +0100 Subject: [PATCH] Fix install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a3be09f..9b4399c 100755 --- a/scripts/install +++ b/scripts/install @@ -305,7 +305,7 @@ sudo ln -s /usr/share/awl/inc/XML* /var/www/$app/include/ ### 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/conf/config.php" +ynh_store_file_checksum "$final_path/config.php" #================================================= # GENERIC FINALIZATION