diff options
-rwxr-xr-x | check_postgres.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index 089ff12ab..8bb4aced2 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1,4 +1,5 @@ -#!/usr/bin/perl -- -*-mode:cperl; indent-tabs-mode: nil-*- +#!/usr/bin/env perl +# -*-mode:cperl; indent-tabs-mode: nil-*- ## Perform many different checks against Postgres databases. ## Designed primarily as a Nagios script. |