From 6e4c42caaa3f0cb200cf4f2caed0a0a930698d77 Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Wed, 16 Mar 2022 16:51:06 +0100 Subject: [PATCH] map-agent: init.d: remove correct multiap.backhaul file upon restart --- map-agent/files/etc/init.d/mapagent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map-agent/files/etc/init.d/mapagent b/map-agent/files/etc/init.d/mapagent index 24b80134b..ae719ff41 100755 --- a/map-agent/files/etc/init.d/mapagent +++ b/map-agent/files/etc/init.d/mapagent @@ -59,7 +59,7 @@ remove_map() { } start_dynbhd_service() { - rm -f /tmp/map.agent.bsta_global_disable + rm -f /tmp/multiap.backhaul procd_open_instance procd_set_param command "/usr/sbin/dynbhd" procd_set_param respawn