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"