cosmic/bin/wiki-permissions
2018-12-12 15:09:26 -05:00

5 lines
130 B
Bash
Executable File

#!/bin/sh
chgrp -R users /var/wiki/
find /var/wiki/* -type f -exec chmod 664 {} \;
find /var/wiki/* -type d -exec chmod 775 {} \;