5 lines
169 B
Bash
5 lines
169 B
Bash
# https://anystack.xyz/how-to-install-mastodon-ubuntu/
|
|
#psql -c "CREATE USER admin WITH PASSWORD 'test101';"
|
|
psql -c "CREATE USER mastodon CREATEDB;" && exit 0
|
|
exit 200
|