From c8073c748ba29c586276dd21f04a484cdc455c31 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 31 Dec 2023 12:45:20 +0100 Subject: [PATCH] fix chown to root --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 43ffe31..1422da9 100755 --- a/scripts/install +++ b/scripts/install @@ -158,7 +158,7 @@ ynh_store_file_checksum --file="/etc/cron.d/$app" #================================================= # Set permissions to app files -chown -R root: $final_path +chown -R $app: $final_path #================================================= # GENERIC FINALIZATION