From: erickson Date: Mon, 1 Jun 2009 20:21:06 +0000 (+0000) Subject: define OSRF_HOSTNAME globally to prevent 'unbound variable' error X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=50e86f9d3fcba575fce246d365c4096a726c4c17;p=opensrf%2Fbjwebb.git define OSRF_HOSTNAME globally to prevent 'unbound variable' error git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1710 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/bin/osrf_ctl.sh.in b/bin/osrf_ctl.sh.in index b457f19..9b14865 100755 --- a/bin/osrf_ctl.sh.in +++ b/bin/osrf_ctl.sh.in @@ -20,6 +20,7 @@ exec_prefix=@exec_prefix@ OPT_ACTION="" OPT_CONFIG="" OPT_PID_DIR="" +OSRF_HOSTNAME="" # --------------------------------------------------------------------------- # Make sure we're running as the correct user