diff options
author | Bernd Arnold <wopfel@gmail.com> | 2018-06-13 13:57:16 (GMT) |
---|---|---|
committer | Bernd Arnold <wopfel@gmail.com> | 2018-06-13 13:57:16 (GMT) |
commit | 9ee884b3de6c95f871a714dfc67cfb9b5e11724f (patch) | |
tree | 5b73584ddde046cef87e0c30f5f741276db080c3 /plugins-scripts | |
parent | 5a73671ec6299c480c90ec5b9f0f3d58397fbcfb (diff) | |
download | monitoring-plugins-9ee884b3de6c95f871a714dfc67cfb9b5e11724f.tar.gz |
Fix: Use macro for perl binary
I've messed that up in the previous commit 554b702f9d65fdfe640f20633543e00cd79d64ac.
Diffstat (limited to 'plugins-scripts')
-rwxr-xr-x | plugins-scripts/check_uptime.pl | 2 |
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 | # |