diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2020-02-25 11:50:46 +0200 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-21 10:41:36 +0300 |
commit | 0eb641251e9b5e55da1728654f0938f329fa13dc (patch) | |
tree | aab48fa61626c5c08a330c3b15097d8b2a257814 /recipes-connectivity/lora/lora-network-server | |
parent | 19ca401463153a7694a320f543852412d74cbd8f (diff) | |
parent | 6b45bc036080f4950d7e0b46a426667d68acda4a (diff) | |
download | meta-mlinux-0eb641251e9b5e55da1728654f0938f329fa13dc.tar.gz meta-mlinux-0eb641251e9b5e55da1728654f0938f329fa13dc.tar.bz2 meta-mlinux-0eb641251e9b5e55da1728654f0938f329fa13dc.zip |
mpower-dev-thud: sync up with master
Diffstat (limited to 'recipes-connectivity/lora/lora-network-server')
-rwxr-xr-x | recipes-connectivity/lora/lora-network-server/lora-network-server.init | 4 |
1 files changed, 2 insertions, 2 deletions
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 88ea271..e226669 100755 --- a/recipes-connectivity/lora/lora-network-server/lora-network-server.init +++ b/recipes-connectivity/lora/lora-network-server/lora-network-server.init @@ -208,12 +208,12 @@ do_start() { sleep 2 /usr/sbin/start-stop-daemon --chdir $run_dir/1 --start --background --make-pidfile \ --pidfile $pkt_fwd_pidfile --startas /bin/bash \ - -- -c "exec $angel $pkt_fwd $pkt_fwd_options 2>&1 >> $pkt_fwd_log" + -- -c "exec $angel $pkt_fwd $pkt_fwd_options 2>&1" if [ "$dual_cards_installed" == "true" ]; then /usr/sbin/start-stop-daemon --chdir $run_dir/2 --start --background --make-pidfile \ --pidfile $pkt_fwd_2_pidfile --startas /bin/bash \ - -- -c "exec $angel $pkt_fwd_2 $pkt_fwd_options 2>&1 >> $pkt_fwd_2_log" + -- -c "exec $angel $pkt_fwd_2 $pkt_fwd_options 2>&1" fi fi |