Skip to content

Commit 9d64341

Browse files
chown /run/openvox so ownership matches other runtime dirs
Signed-off-by: Miranda Streeter <miranda@mirandastreeter.com>
1 parent ab4cbef commit 9d64341

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)