1
0
Fork 0
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:
yalh76 2020-11-01 18:15:30 +01:00
parent 770709a3a8
commit aa42216b06

View file

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