Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Bug 1146750 - Ensure permissions on temporary directories
Browse files Browse the repository at this point in the history
* fix code format
  • Loading branch information
jwhonce committed Oct 15, 2014
1 parent ea91dfd commit c804db9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pam_openshift/oo-namespace-init
Expand Up @@ -14,8 +14,7 @@
# ensure gear can always read temporary directories
if [ "$2" != "tmpfs" ]; then
/bin/chmod 1700 "$2"
fi

fi

# Unless this is a new instance, get out now
[ "$3" = 0 ] && exit 0
Expand Down

0 comments on commit c804db9

Please sign in to comment.