1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/epicyon_ynh.git synced 2024-09-03 18:36:08 +02:00

Fix for account creation

This commit is contained in:
anmol26s 2021-03-09 03:06:49 +05:30
parent 95fb3766cd
commit c3c4de6827

View file

@ -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