diff --git a/scripts/helmcharts/openreplay-cli b/scripts/helmcharts/openreplay-cli index 9411d6a7b..9432af15c 100755 --- a/scripts/helmcharts/openreplay-cli +++ b/scripts/helmcharts/openreplay-cli @@ -390,10 +390,10 @@ do -u | --upgrade) if [[ $RELEASE_UPGRADE -eq 1 ]]; then log title "Upgrading OpenReplay to Latest Release" + CLEANUP_TOOLING=1 else log title "Applying Latest OpenReplay Patches" fi - CLEANUP_TOOLING=1 upgrade clean_tmp_dir exit 0