aboutsummaryrefslogtreecommitdiff
path: root/contrib/getty.boot
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/getty.boot')
-rw-r--r--contrib/getty.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/getty.boot b/contrib/getty.boot
index eaf90d9..3d8079c 100644
--- a/contrib/getty.boot
+++ b/contrib/getty.boot
@@ -1,4 +1,4 @@
for getty in 1 2 3 4 5 6; do
- respawn getty 38400 tty${getty} 2>&1 ; done & # busybox getty
- respawn getty /dev/tty${getty} linux 2>&1 ; done & # ubase getty
+ respawn getty 38400 tty${getty} 2>&1 & # busybox getty
+ respawn getty /dev/tty${getty} linux 2>&1 & # ubase getty
done