Add a bit of logging to try and debug early exit

This commit is contained in:
Jack Zampolin
2017-09-08 15:28:32 -07:00
committed by Jude Nelson
parent ec99d2b98d
commit d1d707dcab

View File

@@ -170,6 +170,7 @@ run-commit-kube () {
# Log progress
local write=$(progress-kube)
echo "$write"
influx -host $influxHost -ssl -username $influxUser -password $influxPass -precision s -database $influxDatabase -execute "$write"
sleep 60
done