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:
parent
a2cb534bb6
commit
e0469145eb
@ -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=}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user