Skip to content

Instantly share code, notes, and snippets.

@jim-p
Created February 14, 2014 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jim-p/9002864 to your computer and use it in GitHub Desktop.
Save jim-p/9002864 to your computer and use it in GitHub Desktop.
if [ `env | grep SSH_TTY | wc -l` -gt 0 ] || [ `env | grep cons25 | wc -l` -gt 0 ]; then
/etc/rc.initial
exit
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment