From f6e47a0e6238c1922c090a7ed01876782141ad03 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Wed, 17 May 2023 16:30:24 -0500 Subject: Added 003 config files for all channel plans --- .../lora/lora-network-server/lora-network-server.init | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes-connectivity/lora/lora-network-server') diff --git a/recipes-connectivity/lora/lora-network-server/lora-network-server.init b/recipes-connectivity/lora/lora-network-server/lora-network-server.init index 8b03428..f6243c4 100755 --- a/recipes-connectivity/lora/lora-network-server/lora-network-server.init +++ b/recipes-connectivity/lora/lora-network-server/lora-network-server.init @@ -285,6 +285,10 @@ do_start() { mkdir -p $run_dir/1 mkdir -p $run_dir/2 + # remove any existing json configs from other init scripts + rm -rf $run_dir/1/*.json + rm -rf $run_dir/2/*.json + read_lora_hw_info if ! [ -f $conf_file ]; then -- cgit v1.2.3