mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 17:04:33 +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() {
|
||||
mkdir -p /var/lib
|
||||
mkdir -p /var/etc
|
||||
# Start by emptying the generated config file
|
||||
>"$CONFIGFILE"
|
||||
# First load the whole config file, without callbacks, so that we are
|
||||
|
||||
Reference in New Issue
Block a user