From 937a4e12f17218292855916d1e0ca5657153409c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 8 Jun 2021 13:18:05 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index 816e296..592592c 100644 --- a/scripts/install +++ b/scripts/install @@ -115,6 +115,9 @@ ynh_script_progression --message="Modifying a config file..." ynh_add_config --template="../conf/config.js" --destination="$config_path/config.js" +chmod 400 "$config_path/config.js" +chown $app "$config_path/config.js" + #================================================= # INSTALL THE LOUNGE #=================================================