From 421e73b87c84dbdfd07657a8dd414718f8735edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Grill?= Date: Mon, 13 Nov 2017 10:34:21 +0100 Subject: [PATCH] Add missing exclamation mark in shebang line (#1966) --- roles/bootstrap-os/files/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bootstrap-os/files/bootstrap.sh b/roles/bootstrap-os/files/bootstrap.sh index f744085b6..a2ad29b6c 100644 --- a/roles/bootstrap-os/files/bootstrap.sh +++ b/roles/bootstrap-os/files/bootstrap.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash set -e BINDIR="/opt/bin"