]> gitweb.fluxo.info Git - puppet-pyroscope.git/commitdiff
Umask
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 May 2014 00:06:04 +0000 (21:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 May 2014 00:06:04 +0000 (21:06 -0300)
files/start.sh

index 249d3930401cb9f7432e7ad50c5d339b5f7e849c..be190dba52c8ab39fc97c0c0ae737e0080ef940d 100644 (file)
@@ -3,7 +3,7 @@ if [ "$TERM" = "${TERM%-256color}" ]; then
     export TERM="$TERM-256color"
 fi
 export LANG=en_US.UTF-8
-umask 0027
+umask 0022
 cd $(dirname $0)
 export RT_SOCKET=$PWD/.scgi_local
 test -S $RT_SOCKET && lsof $RT_SOCKET >/dev/null && { echo "rTorrent already running"; exit 1; }