add semicolon

This commit is contained in:
David Ashpole
2017-06-01 13:32:59 -07:00
parent 43dcf0f56c
commit d1545e1e47
2 changed files with 2 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ func getRestartingContainerCommand(path string, containerNum int, restarts int32
if [ $count -lt %d ]; then
exit 0
fi
while true; do %s sleep 10; done`,
while true; do %s sleep 1; done`,
path, strconv.Itoa(containerNum), restarts+1, loopingCommand),
}
}