From 35921bd9096e6fa030fb8387f055c99c9f75a772 Mon Sep 17 00:00:00 2001 From: Alain Kalker Date: Thu, 29 Sep 2016 19:21:35 +0200 Subject: Fix another always succeeding test --- services/agetty-tty1/conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/agetty-tty1/conf b/services/agetty-tty1/conf index fee6d06..b9b33c2 100644 --- a/services/agetty-tty1/conf +++ b/services/agetty-tty1/conf @@ -1,4 +1,4 @@ -if [ -x /sbin/agetty -o /bin/agetty ]; then +if [ -x /sbin/agetty -o -x /bin/agetty ]; then # util-linux specific settings if [ "${tty}" = "tty1" ]; then GETTY_ARGS="--noclear" -- cgit 1.4.1