From 277341c39d111d6e697a32f233ee2a74bff055e4 Mon Sep 17 00:00:00 2001 From: antoine Date: Sat, 4 Jul 2020 13:06:18 +0200 Subject: [PATCH] correction script install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7bc0143..2522939 100755 --- a/scripts/install +++ b/scripts/install @@ -110,7 +110,7 @@ ynh_systemd_action --service_name=nginx --action=reload # Installation with curl ynh_script_progression --message="Finalizing installation..." -ynh_local_curl "/install.php" "default_lang=$language" "install=Installer" "name=$admin" "login=$admin" "pwd=$password" "pwd2=$password" +ynh_local_curl "/install.php" "default_lang=$language" "install=Installer" "name=$admin" "login=$admin" "pwd=$password" "pwd2=$password" "data=1" "email=$admin@$domain" "timezone=Europe/Paris" # Remove the public access if [ $is_public -eq 0 ]