mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 08:34:46 +02:00
i decided to commit the bugfix for check_centreon_dummy at last!
git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@5908 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
ab09ba2b39
commit
1765f67c3c
@ -58,7 +58,7 @@ if ($opt_h) {
|
|||||||
if (!defined($opt_s)) {
|
if (!defined($opt_s)) {
|
||||||
print_usage && exit 0;
|
print_usage && exit 0;
|
||||||
}
|
}
|
||||||
if ($opt_s ne "0" && $opt_s ne "0" && $opt_s ne "0" && $opt_s ne "0") {
|
if ($opt_s ne "0" && $opt_s ne "1" && $opt_s ne "2" && $opt_s ne "3") {
|
||||||
print_usage;
|
print_usage;
|
||||||
exit 0;
|
exit 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user