commit | 844b767f3d4bb27ed2ffaeb54764792a418333e3 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Jul 22 15:14:09 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Jul 22 15:14:09 2015 -0700 |
tree | 06597b299c42419a6bd48c8d3ee5a50b010b90d8 | |
parent | 56c49020830432d556e76cc1e699b4c5f051cb9a [diff] |
make sure it runs using bash
diff --git a/xos/scripts/docker_start_xos b/xos/scripts/docker_start_xos index e5d6558..9e1ce6c 100755 --- a/xos/scripts/docker_start_xos +++ b/xos/scripts/docker_start_xos
@@ -1,3 +1,5 @@ +#! /bin/bash + function wait_postgres { sudo -u postgres psql -c '\q' while [[ "$?" != "0" ]]; do