mirror of
https://github.com/netdata/netdata.git
synced 2025-04-10 08:07:34 +00:00
docker: make chmod o+rX / non fatal (#16156)
Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>
This commit is contained in:
parent
d69cda93a6
commit
f71a8295b2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if [ ! "${DISABLE_TELEMETRY:-0}" -eq 0 ] ||
|
|||
touch /etc/netdata/.opt-out-from-anonymous-statistics
|
||||
fi
|
||||
|
||||
chmod o+rX / # Needed to fix permissions issues in some cases.
|
||||
chmod o+rX / 2>/dev/null || echo "Unable to change permissions without errors."
|
||||
|
||||
BALENA_PGID=$(stat -c %g /var/run/balena.sock 2>/dev/null || true)
|
||||
DOCKER_PGID=$(stat -c %g /var/run/docker.sock 2>/dev/null || true)
|
||||
|
|
Loading…
Add table
Reference in a new issue