Skip to content

Commit

Permalink
Update verifyVantageIsRunning.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunSharma15 authored Nov 3, 2023
1 parent ea3b289 commit 271f168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/verifyVantageIsRunning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ do
echo "Trying to connect to Vantage Express. Attempt $n. This might take a minute."
bteq < /tmp/test.bteq && break
n=$((n+1))
sshpass -p root ssh -o StrictHostKeyChecking=no -p 4422 root@localhost 'tail -200 /var/log/messages' || true
sshpass -p root ssh -o StrictHostKeyChecking=no -p 4422 root@127.0.0.1 'tail -200 /var/log/messages' || true
echo "Waiting 10 seconds before the next attempt."
sleep 10
done

0 comments on commit 271f168

Please sign in to comment.