about summary refs log tree commit diff
path: root/services/agetty-tty1/conf
diff options
context:
space:
mode:
Diffstat (limited to 'services/agetty-tty1/conf')
-rw-r--r--services/agetty-tty1/conf2
1 files changed, 1 insertions, 1 deletions
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"