diff --git a/ubuntu/src/docker-entrypoint.sh b/ubuntu/src/docker-entrypoint.sh index ae1d860..c31cee2 100755 --- a/ubuntu/src/docker-entrypoint.sh +++ b/ubuntu/src/docker-entrypoint.sh @@ -22,12 +22,12 @@ if [ ! -f /opt/postal/config/postal.yml ] || [[ $(cat /opt/postal/config/postal. sleep 0.5 done /opt/postal/bin/postal initialize - /opt/postal/bin/postal make-user << EOF - $POSTAL_EMAIL - $POSTAL_FNAME - $POSTAL_LNAME - $POSTAL_PASSWORD - EOF + /opt/postal/bin/postal make-user <<-EOF +$POSTAL_EMAIL +$POSTAL_FNAME +$POSTAL_LNAME +$POSTAL_PASSWORD +EOF else ## Wait for MySQL to start up echo "== Waiting for MySQL to start up =="