We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1de64e + 35921bd commit 5fd02d6Copy full SHA for 5fd02d6
1 file changed
services/agetty-tty1/conf
@@ -1,4 +1,4 @@
1
-if [ -x /sbin/agetty -o /bin/agetty ]; then
+if [ -x /sbin/agetty -o -x /bin/agetty ]; then
2
# util-linux specific settings
3
if [ "${tty}" = "tty1" ]; then
4
GETTY_ARGS="--noclear"
0 commit comments