diff --git a/setup.sh b/setup.sh index 34666e4..62114f6 100644 --- a/setup.sh +++ b/setup.sh @@ -14,6 +14,8 @@ # License for the specific language governing permissions and limitations under # the License. +set -e + output(){ printf '\e[1;34m%-6s\e[m\n' "${@}" }