fix typo in S40network
SVN-Revision: 1735
This commit is contained in:
parent
b80a2426c5
commit
f515f9ccc6
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
. /etc/functions.sh
|
||||||
[ -e /etc/config/network ] && . /etc/config/network
|
[ -e /etc/config/network ] && . /etc/config/network
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start|restart)
|
start|restart)
|
||||||
|
|
Loading…
Reference in a new issue