aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-01 21:37:25 -0300
committerEuAndreh <eu@euandre.org>2019-06-01 21:37:25 -0300
commit7cb001904d3ae5733ada05f139d4141e414ac858 (patch)
treeae816e539647a55a59998049d7f2e32673d6d733
parentTODOs.org (diff)
downloaddotfiles-7cb001904d3ae5733ada05f139d4141e414ac858.tar.gz
dotfiles-7cb001904d3ae5733ada05f139d4141e414ac858.tar.xz
Add -E to template env.sh file
-rw-r--r--templates/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/env.sh b/templates/env.sh
index 4ff21f2..3007d89 100644
--- a/templates/env.sh
+++ b/templates/env.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-set -euo pipefail
+set -Eeuo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"
export SERVER_URL=root@euandre.org