This commit is contained in:
Ery Lee 2015-03-17 01:51:21 +08:00
parent 1752fc6c89
commit b61bcc3ccc
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ case "$1" in
echo "emqttd is not running!" echo "emqttd is not running!"
exit 1 exit 1
fi fi
if [ $# -eq 2 && $2 = "list"]; then if [ $# -eq 2 -a $2 = "list" ]; then
$NODETOOL rpc emqttd_ctl plugins list $NODETOOL rpc emqttd_ctl plugins list
elif [ $# -eq 3 ]; then elif [ $# -eq 3 ]; then
shift shift