Browse Source

Add unset-variable as exit error

Phileas Lebada 7 years ago
parent
commit
be171bba33
  1. 2
      test/installation_node/install LTS

2
test/installation_node/install LTS

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
#!/bin/sh
set -ex
set -eux
die () { echo "$@" ; exit 1; }

Loading…
Cancel
Save