Created
August 13, 2013 20:38
-
-
Save asyndesis/6225447 to your computer and use it in GitHub Desktop.
InterWorx LVE GID fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gid=`id -gr iworx` | |
if [ -e /proc/sys/fs/proc_super_gid ]; then | |
/bin/grep -q "fs.proc_super_gid=" /etc/sysctl.conf || echo "fs.proc_super_gid=${gid}" >> /etc/sysctl.conf | |
sysctl -p || : | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment