From b36285ec0fef2023203e2975a2d04c2c654ca48a Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 31 Dec 2023 16:49:19 +0100 Subject: [PATCH] fix typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 447c380..9165ef1 100755 --- a/scripts/install +++ b/scripts/install @@ -152,7 +152,7 @@ ynh_store_file_checksum --file="/etc/cron.d/$app" ## Debug ynh_exec_warn ls -l $final_path #ynh_system_user_exists --username=$app -chmod 777 $final_path +chmod -R 777 $final_path ynh_exec_warn ls -l $final_path #=================================================