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 7626e63 commit bca21f9Copy full SHA for bca21f9
1 file changed
17-delete-cluster.sh
@@ -16,7 +16,7 @@ if test -z "$CS_MAINVER"; then echo "Configure CS_MAINVER"; exit 2; fi
16
if test -z "$CS_VERSION"; then echo "Configure CS_VERSION"; exit 3; fi
17
if test -z "$CL_PATCHVER"; then echo "Configure CL_PATCHVER"; exit 4; fi
18
if test -z "$CL_NAME"; then echo "Configure CL_NAME"; exit 5; fi
19
-if test -z "$CL_PODDIDR"; then echo "Configure CL_PODCIDR"; exit 6; fi
+if test -z "$CL_PODCIDR"; then echo "Configure CL_PODCIDR"; exit 6; fi
20
if test -z "$CL_SVCCIDR"; then echo "Configure CL_SVCCIDR"; exit 7; fi
21
if test -z "$CL_CTRLNODES"; then echo "Configure CL_CTRLNODES"; exit 8; fi
22
if test -z "$CL_WRKRNODES"; then echo "Configure CL_WRKRNODES"; exit 9; fi
0 commit comments