mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
fix install
This commit is contained in:
parent
770709a3a8
commit
aa42216b06
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ pushd $final_path/$app
|
|||
sleep 60
|
||||
|
||||
# Add user
|
||||
su pleroma -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl user new $admin $admin_email --password $password --moderator --admin -y"
|
||||
su "$app" -s $SHELL -lc "$final_path/$app/bin/pleroma_ctl user new $admin $admin_email --password $password --moderator --admin -y"
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue