From d9fca1c58204eacdab218b8f50193cd61e740e64 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 7 Jan 2019 15:33:55 +0100 Subject: [PATCH] add sha controle for db --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2cf19e7..652f12e 100644 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,7 @@ ynh_replace_string "__DBNAME__" "$db_name" "$final_path/app/Config/database. ### 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 "/etc/onlyoffice/documentserver/nginx/onlyoffice-documentserver.conf" +ynh_store_file_checksum "$final_path/app/Config/database.php" #================================================= # GENERIC FINALIZATION