diff options
Diffstat (limited to 'bootstrap/teardown.sh')
-rwxr-xr-x | bootstrap/teardown.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap/teardown.sh b/bootstrap/teardown.sh index 47508d1..4d1836c 100755 --- a/bootstrap/teardown.sh +++ b/bootstrap/teardown.sh @@ -22,6 +22,9 @@ # set -x set -e + +rm -f /tmp/ready_to_exit + source ./dcaeinstall/bin/activate cd ./consul cfy status @@ -37,3 +40,4 @@ cfy uninstall -d consul cd .. cfy local uninstall +touch /tmp/ready_to_exit |