Match (re)build_symlnks as well.
authorGreg Sabino Mullane <[email protected]>
Tue, 5 Feb 2008 18:58:18 +0000 (13:58 -0500)
committerGreg Sabino Mullane <[email protected]>
Tue, 5 Feb 2008 18:58:18 +0000 (13:58 -0500)
check_postgres.pl

index 2c0a33c29e69ee4674c83ee7788dab6ef7d77cc9..bb98377694e3103dac34390371121f4b2f867eda 100755 (executable)
@@ -197,7 +197,7 @@ Or simply visit: http://bucardo.org/nagios_postgres/
 $action =~ /\w/ or die $USAGE;
 
 ## Build symlinked copies of this file
-build_symlinks() if $action =~ /^build_symlinks/; ## Does not return, may be 'build_symlinks_force'
+build_symlinks() if $action =~ /build_symlinks/; ## Does not return, may be 'build_symlinks_force'
 
 ## Die if Time::HiRes is needed but not found
 if ($opt{showtime}) {