1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

include functions and network config in hotplug

SVN-Revision: 2370
This commit is contained in:
Felix Fietkau 2005-11-07 02:18:59 +00:00
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