From a630c48bfa665a9b56402d6e9cb86f21e014958d Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Mon, 23 Jan 2012 15:50:16 +0000 Subject: [PATCH] Do a test in a better way. Editing files after testing them is never wise. --- release/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/rc.local b/release/rc.local index 18182c4aadc7..da4e77c91836 100755 --- a/release/rc.local +++ b/release/rc.local @@ -13,7 +13,7 @@ if [ $? -eq 0 ]; then # Syscons: use xterm, start interesting things on other VTYs TERM=xterm - if [ "$EXTERNAL_VTY_STARTED" -ne 1 ]; then + if [ -z "$EXTERNAL_VTY_STARTED" ]; then vidcontrol -s 2 # Switch to a VTY with no kernel messages # Init will clean these processes up if/when the system # goes multiuser