Closed rthallisey closed 6 years ago
The for loop will fail in bash if the exit code of the previous command is not 0. Add an echo at the end so we always continue.
The for loop will fail in bash if the exit code of the previous command is not 0. Add an echo at the end so we always continue.