From 883cf76d4142bd0a0826c597edd774df433002a1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 14 Oct 2022 22:13:36 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d72895d..8e78523 100755 --- a/scripts/install +++ b/scripts/install @@ -135,7 +135,7 @@ chown $app:www-data "$final_path/.env" #================================================= # SETUP A CRON #================================================= -ynh_script_progression --message="Setuping a cron..." +ynh_script_progression --message="Setuping a cron..." --weight=1 ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" chown root: "/etc/cron.d/$app"