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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hugo/install.sh b/src/hugo/install.sh
index 11b2d6c..f7ab7a2 100644
--- a/src/hugo/install.sh
+++ b/src/hugo/install.sh
@@ -114,7 +114,7 @@ if ! hugo version &> /dev/null ; then
updaterc "export HUGO_DIR=${installation_dir}"
- chown -R :hugo "${HUGO_DIR}"
+ chown -R "${USERNAME}:hugo" "${HUGO_DIR}"
chmod -R g+r+w "${HUGO_DIR}"
find "${HUGO_DIR}" -type d | xargs -n 1 chmod g+s
fi