We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b7447 commit 0a6b851Copy full SHA for 0a6b851
ocp_cleanup.sh
@@ -13,8 +13,8 @@ if sudo systemctl is-active fix_certs.timer; then
13
fi
14
15
if [ -d ${OCP_DIR} ]; then
16
- ${OCP_DIR}/openshift-install --dir ${OCP_DIR} --log-level=debug destroy bootstrap
17
- ${OCP_DIR}/openshift-install --dir ${OCP_DIR} --log-level=debug destroy cluster
+ $OPENSHIFT_INSTALLER --dir ${OCP_DIR} --log-level=debug destroy bootstrap
+ $OPENSHIFT_INSTALLER --dir ${OCP_DIR} --log-level=debug destroy cluster
18
rm -rf ${OCP_DIR}
19
20
0 commit comments