2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #6199 from neo954/go-xcat

[go-xcat] Fix bug of command line argument processing
This commit is contained in:
Bin Xu 2019-04-02 14:54:14 +08:00 committed by GitHub
commit 4b93c0ffdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1979,8 +1979,8 @@ do
GO_XCAT_ACTION="$1"
case "$1 $2" in
"completely uninstall"|"smoke test")
shift
GO_XCAT_ACTION="$1 $2"
shift
;;
esac
;;