Correct "remote-" commands

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2015-10-26 20:06:10 -07:00
parent 514fe76fa5
commit 38049fd0df
2 changed files with 8 additions and 1 deletions

View File

@ -1645,7 +1645,7 @@ compiler_command() {
shift
update_command $@
;;
remote-start|remote-reload-reload|remote-restart)
remote-start|remote-reload|remote-restart)
shift
remote_reload_command $@
;;