mirror of https://github.com/tteck/Proxmox.git
Update internet-check.sh
This commit is contained in:
parent
28b0fcdce7
commit
d7f10ae014
|
@ -5,3 +5,4 @@ if [[ $? -eq 0 ]]; then
|
||||||
else
|
else
|
||||||
echo -e "Internet Offline"
|
echo -e "Internet Offline"
|
||||||
fi
|
fi
|
||||||
|
# bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/internet-check.sh)"
|
||||||
|
|
Loading…
Reference in New Issue