summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Arnold <wopfel@gmail.com>2018-06-13 13:57:16 (GMT)
committerBernd Arnold <wopfel@gmail.com>2018-06-13 13:57:16 (GMT)
commit9ee884b3de6c95f871a714dfc67cfb9b5e11724f (patch)
tree5b73584ddde046cef87e0c30f5f741276db080c3
parent5a73671ec6299c480c90ec5b9f0f3d58397fbcfb (diff)
downloadmonitoring-plugins-9ee884b3de6c95f871a714dfc67cfb9b5e11724f.tar.gz
Fix: Use macro for perl binary
I've messed that up in the previous commit 554b702f9d65fdfe640f20633543e00cd79d64ac.
-rwxr-xr-xplugins-scripts/check_uptime.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_uptime.pl b/plugins-scripts/check_uptime.pl
index 20234c8..8817030 100755
--- a/plugins-scripts/check_uptime.pl
+++ b/plugins-scripts/check_uptime.pl
@@ -1,4 +1,4 @@
1#!/usr/bin/perl -w 1#!@PERL@ -w
2 2
3# check_uptime - check uptime to see how long the system is running. 3# check_uptime - check uptime to see how long the system is running.
4# 4#