X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=blobdiff_plain;f=client%2Fbin%2Fnagcollect;h=71180a11718748a2b3e00a5c9af1b70dcb02976c;hp=e88b309f1c02f7377c894a0c81e2fcb8e75e4c52;hb=056ef7ba5258f0b0ec75447f38c800f25315cce3;hpb=d507f8c15fd1f718dd06f3e2f19c8448d5135af6 diff --git a/client/bin/nagcollect b/client/bin/nagcollect index e88b309..71180a1 100755 --- a/client/bin/nagcollect +++ b/client/bin/nagcollect @@ -1,7 +1,7 @@ #!/bin/bash # # NagCollect -- Nagios Data Collector for Passive Checks -# Copyright (c)2009-2010 Alexander Barton, alex@barton.de +# Copyright (c)2009-2011 Alexander Barton, alex@barton.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,8 +35,10 @@ function refreshTestScripts() # Update local test scripts Msg "Extracting scripts ..." mkdir -p /usr/local/lib/nagcollect - tar xzf "$tmp" -C /usr/local/lib/nagcollect --exclude "._*" --exclude "." ; r=$? + tar xzf "$tmp" -C /usr/local/lib/nagcollect -po \ + --exclude "._*" --exclude ".DS_Store" ; r=$? fi + chmod -R a+rX /usr/local/lib/nagcollect rm -f "$tmp" return $r }