chiark / gitweb /
Use umask 007; preserve perms on logfiles
[modbot-mtm.git] / webstump / scripts / webstump.pl
index 3da004bc3842cf07dc112bb3e249b6e6b5a5a8ec..ba5343ea70bd793f78a887d0d4a4ebe5dc577520 100755 (executable)
@@ -9,6 +9,8 @@ if( !($0 =~ /\/scripts\/webstump\.pl$/) ) {
   die "This script can only be called with full path name!!!";
 }
 
+umask 007;
+
 $webstump_home = $0;
 $webstump_home =~ s/\/scripts\/webstump\.pl$//;