1
0
mirror of https://github.com/tteck/Proxmox.git synced 2025-06-17 04:17:37 +02:00

Update internet-check.sh

This commit is contained in:
tteckster
2022-04-24 04:17:02 -04:00
committed by GitHub
parent 28b0fcdce7
commit d7f10ae014

View File

@ -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)"