From af758e1216a8b4266d2f0fda2facace344313e4e Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 24 Nov 2018 16:19:15 +0100 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index daf1223..92ae84d 100644 --- a/scripts/install +++ b/scripts/install @@ -19,6 +19,7 @@ is_public=$4 final_path=/var/www/$app db_user=emailPoubelle postfix=/etc/postfix/main.cf +cronline="0 */2 * * * www-data cd $final_path/www/; /usr/bin/php index.php > /dev/null 2>&1" #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS