From c9cc630e9070326f51b24592feed3582bc9969dc Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 17 May 2019 11:44:45 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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