From: Silvio Rhatto Date: Mon, 19 May 2014 00:06:04 +0000 (-0300) Subject: Umask X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cd004c09a8fee93d108538aa512a1e9cce530f16;p=puppet-pyroscope.git Umask --- diff --git a/files/start.sh b/files/start.sh index 249d393..be190db 100644 --- a/files/start.sh +++ b/files/start.sh @@ -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; }