about summary refs log tree commit diff
diff options
context:
space:
mode:
authorToyam Cox <aviator45003@gmail.com>2017-09-27 21:30:50 -0400
committerGitHub <noreply@github.com>2017-09-27 21:30:50 -0400
commit5fd02d6db5758174c7d6b9e3f642cced595e3445 (patch)
treee797e2f30bf24b673c18b0868db5ed26aee03f06
parentd1de64e50fc25d9e43a479c9a74c020daa1281e4 (diff)
parent35921bd9096e6fa030fb8387f055c99c9f75a772 (diff)
downloadrunit-void-5fd02d6db5758174c7d6b9e3f642cced595e3445.tar.gz
runit-void-5fd02d6db5758174c7d6b9e3f642cced595e3445.tar.xz
runit-void-5fd02d6db5758174c7d6b9e3f642cced595e3445.zip
Merge pull request #61 from ackalker/fix-another-always-succeeding-test
Fix another always succeeding test
-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"