From 4fc5dd00ee2f01cac3fa1fd5a1bd13afbb8938cd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 8 Nov 2021 23:17:33 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 59a4771..32b7dbd 100644 --- a/scripts/install +++ b/scripts/install @@ -140,8 +140,8 @@ mv "$final_path/install" "$final_path/install_old" ynh_script_progression --message="Setuping a cron..." --weight=1 ynh_add_config --template="../conf/phpbb.cron" --destination="/etc/cron.d/$app" -chown root: "$cron_path" -chmod 644 "$cron_path" +chown root: "/etc/cron.d/$app" +chmod 644 "/etc/cron.d/$app" #================================================= # SETUP SSOWAT