introduce the quit command which makes the resident zmcontrol.pl exit
This commit is contained in:
parent
d0138af00c
commit
21ccb9b91a
|
@ -192,8 +192,11 @@ if ( !$server_up )
|
|||
#Debug( Dumper( $params ) );
|
||||
|
||||
my $command = $params->{command};
|
||||
$control->$command( $params );
|
||||
close( CLIENT );
|
||||
if ( $command eq 'quit' ) {
|
||||
last;
|
||||
}
|
||||
$control->$command( $params );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue