fix starting debugshell

This commit is contained in:
Stephan Raue 2009-03-25 19:43:28 +01:00
parent 54343c41d6
commit 419fbc024a

View File

@ -1,11 +0,0 @@
#!/bin/sh
#
# start a debugging shell
#
# runlevels: debug
# start shell
echo "### starting debug shell ###"
exec /bin/sh </dev/tty2 >/dev/tty2 2>&1