mirror of https://github.com/hak5/openwrt.git
parent
35dd7ffde6
commit
0988b54167
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
. /etc/functions.sh
|
||||
. /etc/network.overrides
|
||||
[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network
|
||||
|
||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
LOGNAME=root
|
||||
USER=root
|
||||
|
|
Loading…
Reference in New Issue