From c3c4de6827ce446a05ef3a0928cffd7edd5f5a51 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Tue, 9 Mar 2021 03:06:49 +0530 Subject: [PATCH] Fix for account creation --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d387464..46358fa 100755 --- a/scripts/install +++ b/scripts/install @@ -131,7 +131,7 @@ ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$ap # Create admin ynh_script_progression --message="Create admin user" --weight=1 -python3 $final_path/epicyon.py --addaccount $email --password $password +python3 $final_path/epicyon.py --addaccount $admin --password $password --domain $domain #================================================= # GENERIC FINALIZATION