mirror of
https://github.com/openwrt/routing.git
synced 2025-12-22 01:44:32 +04:00
babeld: create the directory for the config file before writing to it
This commit is contained in:
committed by
Baptiste Jonglez
parent
47f74d0041
commit
1a999ad02b
@@ -199,6 +199,7 @@ babel_config_cb() {
|
|||||||
|
|
||||||
start() {
|
start() {
|
||||||
mkdir -p /var/lib
|
mkdir -p /var/lib
|
||||||
|
mkdir -p /var/etc
|
||||||
# Start by emptying the generated config file
|
# Start by emptying the generated config file
|
||||||
>"$CONFIGFILE"
|
>"$CONFIGFILE"
|
||||||
# First load the whole config file, without callbacks, so that we are
|
# First load the whole config file, without callbacks, so that we are
|
||||||
|
|||||||
Reference in New Issue
Block a user