Skip to content

Commit fa74f20

Browse files
Merge pull request #179 from MirandaStreeter/rundir_gid_fix
chown /run/openvox so ownership matches other runtime dirs
2 parents ab4cbef + 9d64341 commit fa74f20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openvoxserver/prep_release_container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ for d in /etc/puppetlabs /var/log/puppetlabs /var/run/puppetlabs /opt/puppetlabs
168168
chmod -R g=u "$d"
169169
find "$d" -type d -exec chmod g+s {} +
170170
done
171+
chown puppet /run/openvox
171172

172173
# the foreground starting script has this check before running the server:
173174
# [ "$EUID" = "$(id -u ${USER})" ]

0 commit comments

Comments
 (0)