Disable debug line

This commit is contained in:
Glenn Y. Rolland 2021-12-21 16:55:46 +01:00
parent bd325fd13e
commit 47c507074d

View file

@ -13,7 +13,7 @@ while [ $# -gt 0 ]; do
OPT="${2:-}"
shift
echo "ARG=$ARG OPT=$OPT"
# echo "DEBUG: ARG=$ARG OPT=$OPT"
case "$ARG" in
-d|--data-dir)