summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_disk_smb.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_disk_smb.pl')
-rwxr-xr-xplugins-scripts/check_disk_smb.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins-scripts/check_disk_smb.pl b/plugins-scripts/check_disk_smb.pl
index b547615..0c89db5 100755
--- a/plugins-scripts/check_disk_smb.pl
+++ b/plugins-scripts/check_disk_smb.pl
@@ -59,6 +59,8 @@ if ($opt_V) {
59if ($opt_h) {print_help(); exit $ERRORS{'OK'};} 59if ($opt_h) {print_help(); exit $ERRORS{'OK'};}
60 60
61my $smbclient = $utils::PATH_TO_SMBCLIENT; 61my $smbclient = $utils::PATH_TO_SMBCLIENT;
62$smbclient || usage("check requires smbclient, smbclient not set\n");
63-x $smbclient || usage("check requires smbclient, $smbclient: $!\n");
62 64
63# Options checking 65# Options checking
64 66