aboutsummaryrefslogtreecommitdiff
path: root/src/hugo/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/hugo/install.sh')
-rw-r--r--src/hugo/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hugo/install.sh b/src/hugo/install.sh
index 3913c7a..de1d03c 100644
--- a/src/hugo/install.sh
+++ b/src/hugo/install.sh
@@ -10,10 +10,11 @@
# Syntax: ./hugo-debian.sh [Hugo version] [HUGO_DIR] [Non-root user] [Add rc files flag]
VERSION=${1:-"latest"}
-export HUGO_DIR=${2:-"/usr/local/hugo"}
USERNAME=${3:-"automatic"}
UPDATE_RC=${4:-"true"}
+HUGO_DIR=${HUGO_DIR:-"/usr/local/hugo"}
+
set -e
if [ "$(id -u)" -ne 0 ]; then