]> git.michaelhowe.org Git - packages/m/munin-plugins-afs.git/commitdiff
Reorder vars more sensibly
authorMichael Howe <michael@michaelhowe.org>
Thu, 27 Dec 2018 10:32:38 +0000 (10:32 +0000)
committerMichael Howe <michael@michaelhowe.org>
Thu, 27 Dec 2018 10:32:38 +0000 (10:32 +0000)
plugins/afs_volumes

index f5afd4daba8bfd256b3f43ae244217ef4ebab9b9..c2dbe6613370901b218374350c30c8e1963a9be2 100755 (executable)
@@ -25,8 +25,8 @@ use v5.14.0;
 
 use Net::Domain;
 
-my $TIMEOUT_CMD = $ENV{timeout_cmd} // "/usr/bin/timeout";
 my $VOS = $ENV{vos} // "/usr/bin/vos";
+my $TIMEOUT_CMD = $ENV{timeout_cmd} // "/usr/bin/timeout";
 my $TIMEOUT = $ENV{timeout} // 10;
 
 my $server = $ENV{server} // Net::Domain::hostfqdn();