diff options
Diffstat (limited to 'bootstrap/teardown.sh')
-rwxr-xr-x | bootstrap/teardown.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap/teardown.sh b/bootstrap/teardown.sh index 4d1836c..ccfc64f 100755 --- a/bootstrap/teardown.sh +++ b/bootstrap/teardown.sh @@ -29,6 +29,8 @@ source ./dcaeinstall/bin/activate cd ./consul cfy status set +e +cfy uninstall -d cdapbroker +cfy uninstall -d cdap7 cfy uninstall -d policy_handler cfy uninstall -d DeploymentHandler cfy uninstall -d PlatformServicesInventory |