about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--services/agetty-serial/conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/agetty-serial/conf b/services/agetty-serial/conf
index 6c3d032..e99c38e 100644
--- a/services/agetty-serial/conf
+++ b/services/agetty-serial/conf
@@ -1,5 +1,5 @@
 GETTY_ARGS="-L"
-if [ -x /sbin/agetty -o /bin/agetty ]; then
+if [ -x /sbin/agetty -o -x /bin/agetty ]; then
 	# util-linux specific settings
 	GETTY_ARGS="${GETTY_ARGS} -8"
 fi