Return exit code when -d option not supplied
This commit is contained in:
parent
88025f0dc1
commit
273d2a93bc
@ -59,6 +59,7 @@ eval {
|
|||||||
exit EXIT_CRITICAL;
|
exit EXIT_CRITICAL;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
$status = EXIT_OK;
|
||||||
|
|
||||||
if ($opts{d}) {
|
if ($opts{d}) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user