Skip to content

Instantly share code, notes, and snippets.

@asyndesis
Created August 13, 2013 20:38
Show Gist options
  • Save asyndesis/6225447 to your computer and use it in GitHub Desktop.
Save asyndesis/6225447 to your computer and use it in GitHub Desktop.
InterWorx LVE GID fix
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