commit | 9d9da49bf95bed40eadd72df5bb7973ed755ebcb | [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 | 3752db5bbaa55cb99fba0ca3e4e520366cacd9fd [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