e3372: fix
This commit is contained in:
parent
fd903aa972
commit
51b8ae800a
2
e3372.sh
2
e3372.sh
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user