Joined November 2011
·

adamstrawson

DevOps at The Student Room
·
Brighton.
·
·
·

Posted to Investigate HTTP response times over 1 year ago

Hey David,

Sorry, there was a typo on one of the variables

Change:

IFS=':' read -a time <<< "${result}

To:

IFS=':' read -a times <<< "${result}

Cheers,
Adam

Achievements
293 Karma
30,601 Total ProTip Views