blob: 8f8bd1848f289deeae1a0c76e3bb5b8d2c6f318a [file] [log] [blame]
#!/bin/sh
sleep 300
rm -f /tmp/ADMINMODE_*
hnvram -w PRODUCTION_UNIT=1
# Don't stop if /tmp/DEBUG is still set.
if [ ! -f /tmp/DEBUG ]; then
stop dropbear
stop telnetd
stop adminip
fi