From 818f4def40ed3a9ef8301c2d6e2c858d7ace22b0 Mon Sep 17 00:00:00 2001 From: felder Date: Fri, 22 Mar 2019 15:33:29 -0700 Subject: [PATCH] Update csi --- scripts/csops/csi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/csops/csi b/scripts/csops/csi index c8ad87d1..fb0c746c 100755 --- a/scripts/csops/csi +++ b/scripts/csops/csi @@ -269,9 +269,8 @@ if [[ $deploy_services_artifacts_needed == true ]]; then echo "ERROR: Failed to deploy services artifacts" exit 1 fi - - rm -r /tmp/cspace-bindings-* - rm -r /tmp/merged-app-config-* + + find /tmp -maxdepth 1 \( -name "cspace-bindings-*" -o -name "merged-app-config-*" \) -user ${USER} -type d -prune -exec rm -rf {} + 2> /dev/null fi # Deploy reports