mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
f2b857dc7a
--HG-- branch : develop
10 lines
159 B
Bash
10 lines
159 B
Bash
#!/bin/sh
|
|
|
|
if ! getent group ryzom ; then
|
|
addgroup --system ryzom
|
|
fi
|
|
|
|
chgrp -R ryzom /var/cache/ryzom/data
|
|
chmod -R g+wrxs /var/cache/ryzom/data
|
|
|
|
#DEBHELPER#
|