Recopie initiale
This commit is contained in:
4
files/Install-Mastodon-CreatePSQL-User.sh
Normal file
4
files/Install-Mastodon-CreatePSQL-User.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user