#!/bin/sh set -e REPLY=continue if oc get job/ibm-toolkit -n default &>/dev/null; then read -p "Tookit already installed, delete tool's namespace and do fresh install? N/y: " REPLY