mirror of
https://github.com/YunoHost-Apps/epicyon_ynh.git
synced 2024-09-03 18:36:08 +02:00
fix install
This commit is contained in:
parent
e3970a6d63
commit
27e9c6408f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ ynh_script_progression --message="Creating admin user" --weight=1
|
|||
|
||||
# Create admin
|
||||
pushd "$install_dir"
|
||||
ynh_exec_as "$app" python3 "$install_dir/epicyon.py" --addaccount="$admin" --password="$password" --domain="$domain"
|
||||
ynh_exec_as "$app" python3 "$install_dir/source/epicyon.py" --addaccount="$admin" --password="$password" --domain="$domain"
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue