fix bug: show help info when command is not fit
This commit is contained in:
parent
a43506f9f8
commit
7f60883cb9
|
@ -232,6 +232,9 @@ if [ $# -gt 0 ]; then
|
|||
help_info
|
||||
;;
|
||||
esac
|
||||
|
||||
else
|
||||
help_info
|
||||
fi
|
||||
|
||||
#if [[ $SERVICE = "" ]]
|
||||
|
|
Loading…
Reference in New Issue