From 5052e70d826036875afea739b3e4a04349c11ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:27:43 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 45dbe5f..adc66e6 100644 --- a/scripts/install +++ b/scripts/install @@ -33,6 +33,7 @@ ynh_replace_string --match_string="ListenStream=.*" --replace_string="ListenStre systemctl daemon-reload systemctl restart $app.socket +mkdir "/etc/cockpit/" ynh_add_config --template="cockpit.conf" --destination="/etc/cockpit/cockpit.conf" chmod 650 "/etc/cockpit/cockpit.conf"