mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
netmode: do not rely on mode folder
This commit is contained in:
parent
1bf745f679
commit
e12cf6ffa2
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ libnetmode_exec() {
|
|||
}
|
||||
|
||||
start_service() {
|
||||
[ -f /etc/config/netmode -a -d $MODEDIR ] || return
|
||||
[ -f /etc/config/netmode ] || return
|
||||
|
||||
config_load netmode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue