From: Jason Boyer Date: Mon, 14 Jul 2014 12:35:39 +0000 (-0400) Subject: LP#1340947: Finish support in oils_ctl.sh for -y and -z options X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8f4f16b39d2eb135d8c2f4acc11175dfeaea27b1;p=evergreen%2Fpines.git LP#1340947: Finish support in oils_ctl.sh for -y and -z options Signed-off-by: Jason Boyer Signed-off-by: Ben Shum --- diff --git a/Open-ILS/examples/oils_ctl.sh b/Open-ILS/examples/oils_ctl.sh index a546c5b1d6..dde70cb1fc 100755 --- a/Open-ILS/examples/oils_ctl.sh +++ b/Open-ILS/examples/oils_ctl.sh @@ -36,7 +36,7 @@ function usage { # --------------------------------------------------------------------------- # Load the command line options and set the global vars # --------------------------------------------------------------------------- -while getopts "a:d:s:l:" flag; do +while getopts "a:d:s:l:y:z:" flag; do case $flag in "a") OPT_ACTION="$OPTARG";; "s") OPT_SIP_CONFIG="$OPTARG";;