From 8b3b950028374c0c56b96f796ff604c1b67be11b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 23 Sep 2022 02:05:16 +0200 Subject: [PATCH] Update change_url --- scripts/change_url | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index 01de24d..1eec6b9 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -114,6 +114,9 @@ ynh_script_progression --message="Updating a configuration file..." --weight=1 ynh_add_config --template="../conf/cockpit.conf" --destination="/etc/cockpit/cockpit.conf" +chmod 440 "/etc/cockpit/cockpit.conf" +chown root:$app-ws "/etc/cockpit/cockpit.conf" + #================================================= # GENERIC FINALISATION #=================================================