Skip to content

Commit

Permalink
Merge pull request #722 from m-1-k-3/internet_connection
Browse files Browse the repository at this point in the history
Internet check not blocking
  • Loading branch information
BenediktMKuehne committed Jul 25, 2023
2 parents 8bcb671 + 645ef30 commit 1a2e646
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helpers/helpers_emba_dependency_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ dependency_check()
print_output " Internet connection - \\c" "no_log"
if ! ping 8.8.8.8 -q -c 1 -W 1 &>/dev/null ; then
echo -e "$RED""not ok""$NC"
print_output "[-] ERROR: Quest container has no internet connection!" "no_log"
exit 1
print_output "[-] Warning: Quest container has no internet connection!" "no_log"
else
echo -e "$GREEN""ok""$NC"
fi
Expand Down

0 comments on commit 1a2e646

Please sign in to comment.