busybox: use /bin/sh instead /bin/bash

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-11 02:31:53 +01:00
parent f79892e399
commit 7f0a04b638

View File

@ -32,6 +32,6 @@ if [ "$DEBUG" = "yes" ]; then
echo "## ...... switch with ctrl-alt-f$TTY ...... ##"
echo "###########################################"
exec /sbin/getty -n -l /bin/bash 38400 tty$TTY &
exec /sbin/getty -n -l /bin/sh 38400 tty$TTY &
fi