From 40b5891c4a5e51e0e2d17b6c54ab7bedc0c32ffa Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 8 Sep 2014 12:20:14 -0400 Subject: [PATCH] defect 4254 --- xCAT-client/bin/rcons | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xCAT-client/bin/rcons b/xCAT-client/bin/rcons index c241085c3..78bd8e901 100755 --- a/xCAT-client/bin/rcons +++ b/xCAT-client/bin/rcons @@ -21,7 +21,11 @@ if [ -z "$1" ] || [ "$1" = "-h" ] || [ "$1" = "-help" ] || [ "$1" = "--help" exit 0 fi if [ "$1" = "-v" ]; then - echo "Version 2.8" + echo "Version 2.9" + exit 0 +fi +if [ "$1" = "--version" ]; then + echo "Version 2.9" exit 0 fi