From 3924b8e68102b244c92d1ad5797a4e8a6f1755ff Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 31 Dec 2023 16:31:30 +0100 Subject: [PATCH] debug 4 --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index fe40bdb..447c380 100755 --- a/scripts/install +++ b/scripts/install @@ -148,11 +148,12 @@ ynh_store_file_checksum --file="/etc/cron.d/$app" #================================================= # Set permissions to app files -chown -R $app: $final_path +#chown -R $app: $final_path ## Debug ynh_exec_warn ls -l $final_path -ynh_system_user_exists --username=$app +#ynh_system_user_exists --username=$app chmod 777 $final_path +ynh_exec_warn ls -l $final_path #================================================= # GENERIC FINALIZATION