From 85b3909029524647745ddd9128a398dfc44a52b3 Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Mon, 29 Apr 2019 00:56:07 -0400 Subject: Correct path issue in redeploy-module script Change-Id: I024f88958d4844829fb6d5ae5744cc72fc65e93f Issue-ID: INT-1051 Signed-off-by: Yang Xu --- deployment/heat/onap-rke/scripts/redeploy-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 deployment/heat/onap-rke/scripts/redeploy-module.sh (limited to 'deployment/heat/onap-rke') diff --git a/deployment/heat/onap-rke/scripts/redeploy-module.sh b/deployment/heat/onap-rke/scripts/redeploy-module.sh old mode 100644 new mode 100755 index ab528314a..96a07f867 --- 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 -- cgit 1.2.3-korg