From 8a0c1931172b81659d0e645b611f4eb40984e11b Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 9 Jan 2009 16:31:25 -0600 Subject: [PATCH] fix indentation to use tabs remove the logout call; otherwise, it's very difficult to just detach remove the screen-install call; this should be handled in the -helper script --- screen-launcher | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/screen-launcher b/screen-launcher index fac5a269..ece2c21a 100755 --- a/screen-launcher +++ b/screen-launcher @@ -20,10 +20,6 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -# Verify that we are correctly installed -/bin/bash /usr/share/screen-profiles/screen-install - if [ "$TERM" != "screen" ]; then - screen -xRR - logout + screen -xRR fi