summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/moregroupware/files/reconfig')
-rw-r--r--www-apps/moregroupware/files/reconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/www-apps/moregroupware/files/reconfig b/www-apps/moregroupware/files/reconfig
new file mode 100644
index 000000000000..3fd79f5f7c11
--- /dev/null
+++ b/www-apps/moregroupware/files/reconfig
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [ $1 = "start" -o $1 = "install" ]; then
+ chown ${VHOST_SERVER_UID}:${VHOST_SERVER_GID} ${MY_INSTALLDIR}
+else
+ echo $1
+fi