Skip to content

Commit 4c8f077

Browse files
authored
Update alpine-install.func
Fixed a mistake in prior commit
1 parent a8f2884 commit 4c8f077

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

misc/alpine-install.func

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ network_check() {
8282
msg_ok "IPv4 Internet Connected";
8383
ipv4_connected=true
8484
else
85-
msg_ok "Internet Connected";
86-
else
87-
8885
msg_error "Internet NOT Connected"
8986
read -r -p "Would you like to continue anyway? <y/N> " prompt
9087
if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then

0 commit comments

Comments
 (0)