added optional zammad config in sysconfig

This commit is contained in:
Roy Kaldung 2013-01-22 17:37:43 +01:00
parent c34e6475f1
commit a4279815c6

View file

@ -21,6 +21,11 @@ NAME=zammad
APP_PORT=3000 APP_PORT=3000
WS_PORT=6042 WS_PORT=6042
ZAMMAD_CONFIG=/etc/sysconfig/zammad
# Read config
[ -f "$JENKINS_CONFIG" ] && . "$JENKINS_CONFIG"
# Load RVM into a shell session *as a function* # Load RVM into a shell session *as a function*
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then
# First try to load from a user install # First try to load from a user install