summaryrefslogtreecommitdiff
path: root/pinyadmin/bin/pinyshell
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2011-06-30 05:43:51 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2011-06-30 05:43:51 -0700
commite1f317e45804b93b89ce6c30702f9d3582cd4f94 (patch)
treec0c697198c873724a393d3659c4666bca5241eb1 /pinyadmin/bin/pinyshell
parentf414ccb97c9bc6649c4cb9a4be63b2d7f4fe1398 (diff)
parent7f1564b87053ab3811797607e01faded463b9891 (diff)
downloadpiny-code-e1f317e45804b93b89ce6c30702f9d3582cd4f94.tar.gz
piny-code-e1f317e45804b93b89ce6c30702f9d3582cd4f94.zip
Merge branch 'master' of piny.be:/srv/git/piny-code
Diffstat (limited to 'pinyadmin/bin/pinyshell')
-rwxr-xr-xpinyadmin/bin/pinyshell2
1 files changed, 1 insertions, 1 deletions
diff --git a/pinyadmin/bin/pinyshell b/pinyadmin/bin/pinyshell
index 37d86e4..65adfe1 100755
--- a/pinyadmin/bin/pinyshell
+++ b/pinyadmin/bin/pinyshell
@@ -1,6 +1,6 @@
#!/bin/sh
cd /srv/rbin
-umask 0027
+umask 0022
export PATH=/srv/rbin
exec /bin/rbash "$@"