aboutsummaryrefslogtreecommitdiff
path: root/src/hugo/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/hugo/install.sh')
-rwxr-xr-xsrc/hugo/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hugo/install.sh b/src/hugo/install.sh
index c5cb628..7b69684 100755
--- a/src/hugo/install.sh
+++ b/src/hugo/install.sh
@@ -9,7 +9,7 @@
VERSION=${VERSION:-"latest"}
-USERNAME=${USERNAME:-"automatic"}
+USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}"
UPDATE_RC=${UPDATE_RC:-"true"}
HUGO_DIR=${HUGO_DIR:-"/usr/local/hugo"}