mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: map-dynamic-backhaul: create folder prior to touching ports file
This commit is contained in:
parent
0ffe19196c
commit
83f4e57fe2
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ if [ -n "$(which dynbhd)" ]; then
|
|||
pidof dynbhd >/dev/null && exit 0 # dynbhd is managing the links
|
||||
|
||||
if [ ! -f $conn_ports_file ]; then
|
||||
mkdir -p /var/run/multiap
|
||||
touch $conn_ports_file
|
||||
if [ "$LINK" = "up" ]; then
|
||||
touch $conn_ports_file
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue