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)) {
|
||||
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;
|
||||
exit 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue