diff options
author | Jose Fuentes <jsfuentescastillo@gmail.com> | 2018-12-17 13:09:32 +0100 |
---|---|---|
committer | Jose Fuentes <jsfuentescastillo@gmail.com> | 2018-12-17 13:09:32 +0100 |
commit | cac74122f204bfb13e9e277901b9a385c75f4135 (patch) | |
tree | fb4b50610afa66325d77458365112e2ac84c4585 /stacksmith/user-scripts/boot.sh | |
parent | 7b3e2c58e29de6477dfcd2e2051d241c67266c85 (diff) | |
download | wekan-cac74122f204bfb13e9e277901b9a385c75f4135.tar.gz wekan-cac74122f204bfb13e9e277901b9a385c75f4135.tar.bz2 wekan-cac74122f204bfb13e9e277901b9a385c75f4135.zip |
Wait for DB on boot
Diffstat (limited to 'stacksmith/user-scripts/boot.sh')
-rwxr-xr-x | stacksmith/user-scripts/boot.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stacksmith/user-scripts/boot.sh b/stacksmith/user-scripts/boot.sh index 19ea8825..bd95102f 100755 --- a/stacksmith/user-scripts/boot.sh +++ b/stacksmith/user-scripts/boot.sh @@ -1,10 +1,6 @@ #!/bin/bash set -euxo pipefail -#!/bin/bash - -set -euo pipefail - # This file will store the config env variables needed by the app readonly CONF=/build/env.config |