Changes for page Notes for LORIOT
Last modified by Kilight Cao on 2024/01/11 09:02
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -140,9 +140,11 @@ 140 140 141 141 (% class="box" %) 142 142 ((( 143 -ps | grep "loriot_dragino" | grep -v grep | awk '{print $1}' | xargs kill -s 9 144 -/usr/bin/loriot_dragino_lg308_spi -f -s eu1.loriot.io 143 +((( 144 + ps | grep "loriot_dragino" | grep -v grep | awk '{print $1}' | xargs kill -s 9 145 + /usr/bin/loriot_dragino_lg308_spi -f -s eu1.loriot.io 145 145 ))) 147 +))) 146 146 147 147 Above two commands will first kill the loriot process and run it again to get more output. 148 148