2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

redacting the if statement for -x specifications.

This commit is contained in:
nicmays 2020-05-05 17:23:28 -04:00
parent a2cb534bb6
commit e0469145eb

View File

@ -1993,10 +1993,6 @@ do
"-x"|"--xcat-version")
shift
GO_XCAT_VERSION="$1"
if [ "${GO_XCAT_VERSION}" = "stable" ];
then
GO_XCAT_VERSION="latest"
fi
;;
"--xcat-version="*)
GO_XCAT_VERSION="${1##--xcat-version=}"