fixed syntax error
This commit is contained in:
parent
5c0ec6c90f
commit
8b370797f2
1 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@
|
|||
###############################################################
|
||||
|
||||
quickinfo_version=2.1.0
|
||||
prbl_functons_req_ver=1.1.3
|
||||
prbl_functons_req_ver=1.6.0
|
||||
|
||||
# Uses a wide variety of methods to check which distro this is run on
|
||||
# TODO: Add alternative handling for other environments
|
||||
|
|
@ -178,7 +178,7 @@ fi
|
|||
# TODO: optimize this to run after time delay using timestamp in settings
|
||||
set_spinner spinner19
|
||||
#spin "eval $(wan_ip=$(wget -qO- http://ipecho.net/plain \| xargs echo ))"
|
||||
read -r wan_ip < <(wget -qO- http://ipecho.net/plain \| xargs echo)
|
||||
spin read -r wan_ip < <(wget -qO- https://ident.me/)
|
||||
|
||||
# Checks memory usage
|
||||
mem_usage=$(free -m | grep Mem | awk '{print $3"M/"$2"M"}')
|
||||
|
|
|
|||
Loading…
Reference in a new issue