mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Fix password
This commit is contained in:
parent
d6c1b09b39
commit
6c6b39678e
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ ynh_psql_execute_as_root \
|
|||
"ALTER USER $app WITH NOSUPERUSER;"
|
||||
|
||||
# Add user
|
||||
( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user new "$admin" "$admin_email" --moderator --admin -y )
|
||||
( cd $final_path/$app && sudo -u "$app" MIX_ENV=prod mix pleroma.user new "$admin" "$admin_email" --password "$password" --moderator --admin -y )
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
|
|
Loading…
Add table
Reference in a new issue