mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 02:39:17 +00:00
Update alpine-install.func
Fixed a mistake in prior commit
This commit is contained in:
parent
a8f2884468
commit
4c8f077b80
@ -82,9 +82,6 @@ network_check() {
|
||||
msg_ok "IPv4 Internet Connected";
|
||||
ipv4_connected=true
|
||||
else
|
||||
msg_ok "Internet Connected";
|
||||
else
|
||||
|
||||
msg_error "Internet NOT Connected"
|
||||
read -r -p "Would you like to continue anyway? <y/N> " prompt
|
||||
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user