diff options
author | christianchiarulli <[email protected]> | 2021-07-08 18:56:39 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 18:56:39 -0400 |
commit | 89ba71ff8a8afa99f86f6701af8125c4274b63e1 (patch) | |
tree | 07d9eb61e95f7d892d88d4b82ff4e77ddefaeddb | |
parent | 2b864e8517ac4702df1a7ebf70232f332666aa04 (diff) |
test
-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 9f491af7..44f9e2e4 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 |