Skip to content

Instantly share code, notes, and snippets.

View efalcao's full-sized avatar

Eric Falcao efalcao

View GitHub Profile
#!/bin/bash -e
if test "$RS_REBOOT" = "true" ; then
echo "Skip HTTPD install on reboot."
logger -t RightScale "Skip nginx install on reboot."
service nginx start
exit 0 # Leave with a smile ...
fi