From 31f584af9470928ea026cf35b7f2b8a993faea2b Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 24 Nov 2018 00:08:43 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index a3d9b59..4a09ae2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,3 +3,5 @@ #================================================= pkg_dependencies="php-geoip" app="emailpoubelle" +lang="fr_FR.UTF-8 en_US.UTF-8 it_IT.UTF-8" +cronline="0 */2 * * * www-data cd $final_path/www/; /usr/bin/php index.php > /dev/null 2>&1"