2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-06-08 08:38:32 +00:00

Fix bug of command line argument processing

This commit is contained in:
GONG Jie
2019-04-02 14:47:58 +08:00
parent 530b6c94d1
commit d48d856e2d
+1 -1
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
;;