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:
parent
95fb3766cd
commit
c3c4de6827
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue