summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/build-x86_64-static.sh
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-02-05 09:45:30 -0500
committerGitHub <noreply@github.com>2020-02-05 09:45:30 -0500
commit6caa93d1daa0f47dd8fa58b0564d1b6fd10a89f8 (patch)
tree5b433ece78fb94476546589910265b439cb4b477 /packaging/makeself/build-x86_64-static.sh
parentec821232f7b89ef59e462118e7893423c6e4e422 (diff)
Fix permissions issues caused by 986bc2052. (#7984)
For some reason, without `sudo` here, we get permissions issues in CI, so re-add it.
Diffstat (limited to 'packaging/makeself/build-x86_64-static.sh')
-rwxr-xr-xpackaging/makeself/build-x86_64-static.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/build-x86_64-static.sh b/packaging/makeself/build-x86_64-static.sh
index 59d4f769f6..7326dd2055 100755
--- a/packaging/makeself/build-x86_64-static.sh
+++ b/packaging/makeself/build-x86_64-static.sh
@@ -38,5 +38,5 @@ run docker run -a stdin -a stdout -a stderr -i -t -v \
/bin/sh /usr/src/netdata.git/packaging/makeself/build.sh "${@}"
if [ "${USER}" ]; then
- chown -R "${USER}" .
+ sudo chown -R "${USER}" .
fi