commit | 74c084cd1c29d339310a457e2e61d473a231b3de | [log] [tgz] |
---|---|---|
author | James E. Blair <james.blair@rackspace.com> | Mon Oct 10 08:06:14 2011 -0500 |
committer | James E. Blair <james.blair@rackspace.com> | Mon Oct 10 08:06:14 2011 -0500 |
tree | 3b8ab6f969aa010763b290e1d18175365e5537cd | |
parent | 461bfdc89f9dc715556c1e5c5b3ab4af7530ebd4 [diff] |
Add option not to run bash after execing stack.sh If stack.sh is run as root, it execs stack.sh as stack, but also runs bash after doing so to provide a prompt as the stack user. In unattended installations this isn't desired as it will prevent the original job from completing. This change adds a paremeter "SHELL_AFTER_RUN" which can be set to "no" to prevent the final invocation of bash.