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
|
||||
EOF
|
||||
else
|
||||
|
||||
## Wait for MySQL to start up
|
||||
echo "== Waiting for MySQL to start up =="
|
||||
while ! mysqladmin ping -h mysql --silent; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user