add ability to create users
This commit is contained in:
parent
3a072a8e83
commit
c548b3ac58
|
@ -29,7 +29,6 @@ if [ ! -f /opt/postal/config/postal.yml ] || [[ $(cat /opt/postal/config/postal.
|
||||||
$POSTAL_PASSWORD
|
$POSTAL_PASSWORD
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
|
|
||||||
## Wait for MySQL to start up
|
## Wait for MySQL to start up
|
||||||
echo "== Waiting for MySQL to start up =="
|
echo "== Waiting for MySQL to start up =="
|
||||||
while ! mysqladmin ping -h mysql --silent; do
|
while ! mysqladmin ping -h mysql --silent; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user