diff --git a/scripts/install b/scripts/install index f71c1e0..ca0f6d6 100644 --- a/scripts/install +++ b/scripts/install @@ -153,8 +153,8 @@ ynh_print_info --message="Setting the cron file" cp ../conf/cron /etc/cron.d/$app -ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" -target_file="/etc/cron.d/$app" -ynh_replace_string --match_string="__APP__" --replace_string="$app" -target_file="/etc/cron.d/$app" +ynh_replace_string --match_string="__FINALPATH__" --replace_string="$final_path" --target_file="/etc/cron.d/$app" +ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="/etc/cron.d/$app" #================================================= # PHP-FPM CONFIGURATION