This commit is contained in:
Sameer Naik
2016-03-22 13:09:42 +05:30
parent a5f1353aff
commit 1842fdca84

View File

@@ -1,9 +1,6 @@
#!/bin/bash
set -e
#!/bin/bash
set -e
if [[ "$1" == "harpoon" && "$2" == "start" ]]; then
status=`harpoon inspect $BITNAMI_APP_NAME`
if [[ "$status" == *'"lifecycle": "unpacked"'* ]]; then