From 4e8c39da58d078167a0a1bc88c4f9248b76e8fed Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 1 Jan 2019 17:37:27 -0200 Subject: Lint some bash files with shellcheck. --- templates/env.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/env.sh (limited to 'templates') diff --git a/templates/env.sh b/templates/env.sh new file mode 100644 index 00000000..4ff21f2f --- /dev/null +++ b/templates/env.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -euo pipefail +cd "$(dirname "${BASH_SOURCE[0]}")" + +export SERVER_URL=root@euandre.org +export DOCS_SERVER_PATH="/home/user-data/www/default/$REPO/" -- cgit v1.3