Update startup-order.md

This commit is contained in:
Miguel Carboni 2018-08-13 16:21:29 -03:00 committed by GitHub
parent 4608b0a8fb
commit 32ded5f6fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ script:
check. For example, you might want to wait until Postgres is definitely
ready to accept commands:
#!/bin/bash
#!/bin/sh
# wait-for-postgres.sh
set -e