add ability to create users

This commit is contained in:
ILoveYaToo 2020-04-15 23:30:33 -04:00
parent 3a072a8e83
commit c548b3ac58

View File

@ -29,7 +29,6 @@ if [ ! -f /opt/postal/config/postal.yml ] || [[ $(cat /opt/postal/config/postal.
$POSTAL_PASSWORD
EOF
else
## Wait for MySQL to start up
echo "== Waiting for MySQL to start up =="
while ! mysqladmin ping -h mysql --silent; do