commit | 0e0178366e6b6df34031843e8c6793a160b4bbeb | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Jul 22 15:35:47 2015 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Wed Jul 22 15:35:47 2015 -0700 |
tree | c58a2dd6bf64d8683ff1dbf0f474fad097cb7eb1 | |
parent | 9d9da49bf95bed40eadd72df5bb7973ed755ebcb [diff] |
prevent cannot chdir to /root error
diff --git a/xos/scripts/docker_start_xos b/xos/scripts/docker_start_xos index 9e1ce6c..2ebd099 100755 --- a/xos/scripts/docker_start_xos +++ b/xos/scripts/docker_start_xos
@@ -9,6 +9,7 @@ done } +cd /tmp service postgresql start wait_postgres service supervisor start