summaryrefslogtreecommitdiffstats
path: root/release/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'release/rc.local')
-rwxr-xr-xrelease/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/rc.local b/release/rc.local
index 18182c4..da4e77c 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
OpenPOWER on IntegriCloud