# GNU General Public License for more details.
# -----------------------------------------------------------------------
+while getopts ayst option
+do
+ case "${option}"
+ in
+ a) AUTOSTART=1;;
+ y) YES=1;;
+ s) SAMPLEDATA=--load-all-sample;;
+ t) LIVETEST=1;;
+ esac
+done
+
function my_init {
date
init_variables
# -----------------------------------------------------------------------
# Handling passed arguments to the script
# -----------------------------------------------------------------------
- while getopts ayst option
- do
- case "${option}"
- in
- a) AUTOSTART=1;;
- y) YES=1;;
- s) SAMPLEDATA=--load-all-sample;;
- t) LIVETEST=1;;
- esac
- done
export DOJO_VERSION='1.3.3';
export PATH=/openils/bin:$PATH
export LD_LIBRARY_PATH=/openils/lib:/usr/local/lib:/usr/local/lib/dbd:$LD_LIBRARY_PATH