mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 14:15:29 +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
22068e17f4
commit
64361011b6
@ -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…
x
Reference in New Issue
Block a user