Skip to content

Commit

Permalink
Log when network connectivity has been verified
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwestendorf authored Apr 14, 2024
1 parent 07d78ef commit c18517d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Powershell/InstallHuntress.powershellv2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,9 @@ function logInfo {
}

$areURLsAvailable = testNetworkConnectivity
if ( ! $areURLsAvailable) {
if ( $areURLsAvailable) {
LogMessage "Network Connectivity ferified!"
} else {
copyLogAndExit
}

Expand Down

0 comments on commit c18517d

Please sign in to comment.