Jan Engelhardt
21057829ea
OBS-URL: https://build.opensuse.org/package/show/server:mail/grommunio-index?expand=0&rev=6
4 lines
258 B
Plaintext
4 lines
258 B
Plaintext
usermod grommunio -aG groweb || :
|
|
find /var/lib/grommunio-web/sqlite-index/ -mindepth 1 "(" -type d -o -type f ")" -exec chmod g+w,o-w {} + || :
|
|
find /var/lib/grommunio-web/sqlite-index/ -mindepth 1 "(" -type d -o -type f ")" -exec chgrp -h groweb {} + || :
|