]> git.phdru.name Git - git-scripts.git/commitdiff
umask 077
authorOleg Broytman <phd@phdru.name>
Sun, 23 Mar 2014 23:01:43 +0000 (03:01 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 23 Mar 2014 23:01:43 +0000 (03:01 +0400)
publish2web

index 2708364666a01d1edecafa6f24ba22809a73230c..c6d2add7e6418322586ba84cad301def5dd24fcb 100755 (executable)
@@ -35,6 +35,6 @@ fi &&
 cd .. &&
 mv "$dest_dir" "$HOME"/Internet/WWW/htdocs/git.phdru.name &&
 
-umask 027 &&
+umask 077 &&
 cd "$source_dir" &&
 exec git remote add --mirror=push web "$HOME"/Internet/WWW/htdocs/git.phdru.name/"$dest_dir"