From 1f10efb9fde7c242080c51e8fb9b15f0d2f6e153 Mon Sep 17 00:00:00 2001 From: "abarth@webkit.org" Date: Sun, 1 Jul 2012 22:49:59 +0000 Subject: [PATCH] Unreviewed. * EWSTools/boot.sh: - We need to start the screen in detached mode so that we can run it remotely via ssh. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121641 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Tools/ChangeLog | 8 ++++++++ Tools/EWSTools/boot.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Tools/ChangeLog b/Tools/ChangeLog index da73eb0..d004802 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -2,6 +2,14 @@ Unreviewed. + * EWSTools/boot.sh: + - We need to start the screen in detached mode so that we can run + it remotely via ssh. + +2012-07-01 Adam Barth + + Unreviewed. + * EWSTools/cold-boot.sh: - Turns out we need to sudo this command in order for it to actually dimiss the EULA screen. :) diff --git a/Tools/EWSTools/boot.sh b/Tools/EWSTools/boot.sh index 733441e..fb5aadd 100755 --- a/Tools/EWSTools/boot.sh +++ b/Tools/EWSTools/boot.sh @@ -27,4 +27,4 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -screen -c ~/tools/screen-config +screen -d -m -c ~/tools/screen-config -- 2.7.4