diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/agetty-tty1/conf | 2 |
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" |