From 6806b3c6d71bdb2cb91c1e027d3487d849a44490 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Fri, 23 Nov 2018 23:54:26 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 24fab25..bba7510 100644 --- a/scripts/install +++ b/scripts/install @@ -11,12 +11,12 @@ source /usr/share/yunohost/helpers ynh_abort_if_errors # Retrieve arguments +app=emailpoubelle domain=$1 path=$2 admin=$3 is_public=$4 final_path=/var/www/$app -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" postfix=/etc/postfix/main.cf