From c2bbc73c22efa3b2fe7c9e79d7f64fe76272d9a1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Nov 2021 22:42:37 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 1f6d10e..86187e9 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -136,8 +136,8 @@ fi 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" #================================================= # RELOAD NGINX