This commit is contained in:
Your Name 2021-11-03 21:20:33 -06:00
parent 26f9bd7ee2
commit de96b028e2

View File

@ -41,8 +41,8 @@ cp -f /tmp/terms-of-service.html /var/lib/pleroma/static/instance/about/index.ht
#Create an Admin User
echo;echo;echo "Sleeping for 30 seconds so Pleroma starts.........."
sleep 30
echo;echo;echo "Sleeping for 40 seconds so Pleroma starts.........."
sleep 40
echo;echo;echo "Create and Admin User:"
su pleroma -s $SHELL -lc "echo y | ./bin/pleroma_ctl user new admin admin@$ENDPOINT --admin"