diff options
-rwxr-xr-x | utils/installer/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 6541339f..6ab87daf 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -o nounset # error when referencing undefined variable set -o errexit # exit when command fails |