From 6393da6c3a62aec63f6ef256c3dea5cc5bee9320 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Mon, 27 Jul 2020 21:54:54 -0700 Subject: [PATCH] Update bootstrap.sh --- Vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrant/bootstrap.sh b/Vagrant/bootstrap.sh index 09ffe27..96efbb9 100644 --- a/Vagrant/bootstrap.sh +++ b/Vagrant/bootstrap.sh @@ -266,7 +266,7 @@ install_fleet_import_osquery_config() { echo "[$(date +%H:%M:%S)]: Waiting for fleet service to start..." while true; do - result=$(curl --silent -k https://192.168.38.105:8412) + result=$(curl --silent -k https://127.0.0.1:8412) if echo "$result" | grep -q setup; then break; fi sleep 1 done