Skip to content

Commit 5fd02d6

Browse files
authored
Merge pull request #61 from ackalker/fix-another-always-succeeding-test
Fix another always succeeding test
2 parents d1de64e + 35921bd commit 5fd02d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/agetty-tty1

services/agetty-tty1/conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if [ -x /sbin/agetty -o /bin/agetty ]; then
1+
if [ -x /sbin/agetty -o -x /bin/agetty ]; then
22
# util-linux specific settings
33
if [ "${tty}" = "tty1" ]; then
44
GETTY_ARGS="--noclear"

0 commit comments

Comments
 (0)