X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;f=webstump%2Fscripts%2Fwebstump.pl;h=ba5343ea70bd793f78a887d0d4a4ebe5dc577520;hb=1e6dc8d0b0280d4efd3d9c5d4032fec159b89d52;hp=3da004bc3842cf07dc112bb3e249b6e6b5a5a8ec;hpb=07e50e338eceafb3882a54adefe3dd25ad14f835;p=modbot-mtm.git diff --git a/webstump/scripts/webstump.pl b/webstump/scripts/webstump.pl index 3da004b..ba5343e 100755 --- a/webstump/scripts/webstump.pl +++ b/webstump/scripts/webstump.pl @@ -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$//;