fix bug: show help info when command is not fit

This commit is contained in:
judy0131 2019-07-05 16:11:55 +08:00
parent a43506f9f8
commit 7f60883cb9
1 changed files with 3 additions and 0 deletions

View File

@ -232,6 +232,9 @@ if [ $# -gt 0 ]; then
help_info
;;
esac
else
help_info
fi
#if [[ $SERVICE = "" ]]