diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-18 21:06:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-18 21:06:04 -0300 |
commit | cd004c09a8fee93d108538aa512a1e9cce530f16 (patch) | |
tree | 15b0656d04cb4a1c42e2da8ce59bfcb83196c8b8 /files | |
parent | 719f2af594156f7069a650e75f8db8767ffd139a (diff) | |
download | puppet-pyroscope-cd004c09a8fee93d108538aa512a1e9cce530f16.tar.gz puppet-pyroscope-cd004c09a8fee93d108538aa512a1e9cce530f16.tar.bz2 |
Umask
Diffstat (limited to 'files')
-rw-r--r-- | files/start.sh | 2 |
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; } |