tweak to specifying config file handling

This commit is contained in:
root 2022-06-17 02:10:29 +00:00
parent ed83575dec
commit 958d007053

View file

@ -25,7 +25,7 @@ BU_FROOT_YEARLY=yearly
# this can be overridden at invocation # this can be overridden at invocation
BU_CONF=default-mariadb-docker-compose.conf BU_CONF=default-mariadb-docker-compose.conf
# # output for debugging... # # output for debugging...
VERBOSE=1 VERBOSE=0
# #
# Stuff that should be universal for this install... # Stuff that should be universal for this install...
# where we can find this app... # where we can find this app...
@ -162,7 +162,7 @@ while test $# -ne 0 ; do
case $1 in case $1 in
--config|-c) --config|-c)
shift # shift from the flag to the value shift # shift from the flag to the value
verbose "setting configuration directory to $1" verbose "setting configuration file to $1"
BU_CONF=$1 BU_CONF=$1
;; ;;
--hourly|-h) --hourly|-h)