mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-09-30 02:15:39 +08:00
Update 10-sysinfo
This commit is contained in:
parent
4a9983df64
commit
204bce9d18
1 changed files with 3 additions and 3 deletions
|
@ -51,9 +51,9 @@ fi
|
|||
|
||||
if [[ "${IP_Check}" == "isIPv4" ]] && [[ -z ${IPv6} ]]; then
|
||||
IPv6="N/A"
|
||||
elif [[ -z !${IPv4} ]] && [[ -z !${IPv6} ]]; then
|
||||
:
|
||||
else
|
||||
fi
|
||||
|
||||
if [[ -z ${IPv4} ]] && [[ -z !${IPv6} ]]; then
|
||||
IPv4="N/A"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue