diff options
author | christianchiarulli <[email protected]> | 2021-07-08 18:57:58 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-08 18:57:58 -0400 |
commit | 934535df61d01ad877d8c70c16429f4de8de97db (patch) | |
tree | 6dae8282c7a95cdd2d0ddd4c7ee73ad23c41685e | |
parent | caa93e627cbe1ce7e0bd6247f80ea54ae59e6ba5 (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 6ab87daf..6541339f 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -o nounset # error when referencing undefined variable set -o errexit # exit when command fails |