diff options
Diffstat (limited to 'deployment/heat/onap-rke/scripts/redeploy-module.sh')
-rwxr-xr-x[-rw-r--r--] | deployment/heat/onap-rke/scripts/redeploy-module.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-rke/scripts/redeploy-module.sh b/deployment/heat/onap-rke/scripts/redeploy-module.sh index ab528314a..96a07f867 100644..100755 --- a/deployment/heat/onap-rke/scripts/redeploy-module.sh +++ b/deployment/heat/onap-rke/scripts/redeploy-module.sh @@ -18,7 +18,7 @@ module=$1 deploy=dev-$1 cd /root/oom/kubernetes helm delete $deploy --purge -/root/integration/deployment/heat/onap-oom/scripts/cleanup.sh $module +/root/integration/deployment/heat/onap-rke/scripts/cleanup.sh $module rm -rf /dockerdata-nfs/$deploy make $module make onap |