Replace a few more instances Agent -> Runner (#228)

This commit is contained in:
Julio Barba
2019-12-16 11:51:08 -05:00
committed by GitHub
parent f3aedd86fd
commit 9448135fcd
3 changed files with 7 additions and 7 deletions

View File

@@ -26,8 +26,8 @@ if [[ "$1" == "localRun" ]]; then
else
"$DIR"/bin/Runner.Listener run $*
# Return code 4 means the run once agent received an update message.
# Sleep 5 seconds to wait for the update process finish and run the agent again.
# Return code 4 means the run once runner received an update message.
# Sleep 5 seconds to wait for the update process finish and run the runner again.
returnCode=$?
if [[ $returnCode == 4 ]]; then
if [ ! -x "$(command -v sleep)" ]; then