From ddc9681e6f700ce7249def90ce5e021a7d5426bf Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 31 Dec 2023 13:21:20 +0100 Subject: [PATCH] debug --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index b1948e2..c874e3d 100755 --- a/scripts/install +++ b/scripts/install @@ -159,7 +159,10 @@ ynh_store_file_checksum --file="/etc/cron.d/$app" # Set permissions to app files # chown -R $app: $final_path +## Debug ynh_exec_warn ls -l $final_path +ynh_system_user_exists --username=$app +chmod 777 $final_path #================================================= # GENERIC FINALIZATION