As a workaround, I added the following at line 54 in zmpkg.pl:
Code: Select all
if ($command =~ /^quiet(.*)/) {$command=$1;}
Code: Select all
if ( !$command || $command !~ /^(?:start|stop|restart|status|logrot|faststart|faststop)$/ )
Hernán
Code: Select all
if ($command =~ /^quiet(.*)/) {$command=$1;}
Code: Select all
if ( !$command || $command !~ /^(?:start|stop|restart|status|logrot|faststart|faststop)$/ )