From 62ed2692ed12ca943738aaa07ec2fd37afeaf307 Mon Sep 17 00:00:00 2001 From: pp-r <64266134+pp-r@users.noreply.github.com> Date: Tue, 5 May 2020 19:19:49 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1185638..cecd8a2 100644 --- a/scripts/install +++ b/scripts/install @@ -256,7 +256,7 @@ ynh_add_nginx_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 --file="$final_path/CONFIG_FILE" +#ynh_store_file_checksum --file="$final_path/CONFIG_FILE" #================================================= # GENERIC FINALIZATION @@ -269,7 +269,7 @@ ynh_store_file_checksum --file="$final_path/CONFIG_FILE" ### that really need such authorization. # Set permissions to app files -chown -R www-data: $final_path +chown -R root: $final_path #================================================= # SETUP LOGROTATE