aboutsummaryrefslogtreecommitdiffstats
path: root/community/roundcubemail/roundcubemail-installer.post-install
blob: 8cd22c19e61b65d58197f5218e44861c84830674 (plain)
1
2
3
4
5
6
#!/bin/sh

# Allow installer to modify the config.
chown roundcube /etc/roundcube/config.inc.php

exit 0