diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index 1d1cf86..59d7018 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -517,7 +517,7 @@ postinstall_tasks() { echo export PATH="$PATH:/opt/splunk/bin:/opt/zeek/bin" >>~/.bashrc echo "export SPLUNK_HOME=/opt/splunk" >>~/.bashrc # Ping DetectionLab server for usage statistics - curl -s -A "DetectionLab-logger" "https:/ping.detectionlab.network/logger" + curl -s -A "DetectionLab-logger" "https:/ping.detectionlab.network/logger" || echo "Unable to connect to ping.detectionlab.network" } main() {