e3372: fix

This commit is contained in:
Evgeny Zinoviev 2021-03-22 23:36:51 +03:00
parent fd903aa972
commit 51b8ae800a

View File

@ -5,7 +5,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
get_token
get_xml "device/information" > $STATUS_FILE
get_xml "device/signal" >> $SIGNAL_FILE
get_xml "device/signal" >> $STATUS_FILE
wmode=$(cat $STATUS_FILE | grep workmode | sed -e 's/<[^>]*>//g')
rssi=$(cat $STATUS_FILE | grep rssi | sed -e 's/<[^>]*>//g')