Openwrt/openwrt/target/default/target_skeleton/bin/login
Mike Baker 6b93231c4f nbd's makefile/menuconfig rewrite
SVN-Revision: 307
2005-03-06 03:34:52 +00:00

12 lines
211 B
Bash
Executable File

#!/bin/sh
[ "$FAILSAFE" = "true" ] && exec /bin/ash --login
[ -f /etc/sysconf ] && . /etc/sysconf
if [ "$BR2_SYSCONF_TELNET_FAILSAFE_ONLY" = "y" ]; then
echo "Login failed."
exit 0
fi
exec /bin/ash --login