summaryrefslogtreecommitdiffstats
path: root/misc/linux-opengroupware/files/ogo.sh.sample
diff options
context:
space:
mode:
Diffstat (limited to 'misc/linux-opengroupware/files/ogo.sh.sample')
-rw-r--r--misc/linux-opengroupware/files/ogo.sh.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/linux-opengroupware/files/ogo.sh.sample b/misc/linux-opengroupware/files/ogo.sh.sample
index bd993f9..0051606 100644
--- a/misc/linux-opengroupware/files/ogo.sh.sample
+++ b/misc/linux-opengroupware/files/ogo.sh.sample
@@ -25,7 +25,8 @@ start)
[ -x ${OGO_BIN} ] && {
su -l ${OGO_USER} -c \
- "./WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware >>${LOG} 2>&1 &"
+# the next line must be comment out and modified to reflect your configuration in order to start OpenGroupware
+# "./WOApps/OpenGroupware.woa/ix86/linux-gnu/gnu-fd-nil/OpenGroupware -WOHttpAllowHost '(localhost, you.yourdomain.org)' >>${LOG} 2>&1 &"
echo 'OpenGroupware started.'
echo "**** RECEIVED 'start' from STARTSCRIPT at `date` ****" >>${LOG}
}
OpenPOWER on IntegriCloud