Skip to content

Commit

Permalink
Update IS_ONLINE when trying socket connection [Agent Persist Firewal…
Browse files Browse the repository at this point in the history
…l test]
  • Loading branch information
narrieta@microsoft committed Oct 21, 2024
1 parent e5e2df3 commit 4bf4a42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ if [ "$IS_ONLINE" -eq 1 ]; then
echo "Ping to localhost succeeded"
fi
echo "Running socket connection to wireserver:53 option"
socket_connection
IS_ONLINE=$(socket_connection)
fi
if [ "$IS_ONLINE" -eq 1 ]; then
# We will never be able to get online. Kill script.
Expand Down

0 comments on commit 4bf4a42

Please sign in to comment.