aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-18 21:06:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-18 21:06:04 -0300
commitcd004c09a8fee93d108538aa512a1e9cce530f16 (patch)
tree15b0656d04cb4a1c42e2da8ce59bfcb83196c8b8
parent719f2af594156f7069a650e75f8db8767ffd139a (diff)
downloadpuppet-pyroscope-cd004c09a8fee93d108538aa512a1e9cce530f16.tar.gz
puppet-pyroscope-cd004c09a8fee93d108538aa512a1e9cce530f16.tar.bz2
Umask
-rw-r--r--files/start.sh2
1 files changed, 1 insertions, 1 deletions
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; }