Disable debug line
This commit is contained in:
parent
203ab58c84
commit
2bb01f238f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ while [ $# -gt 0 ]; do
|
||||||
OPT="${2:-}"
|
OPT="${2:-}"
|
||||||
shift
|
shift
|
||||||
|
|
||||||
echo "ARG=$ARG OPT=$OPT"
|
# echo "DEBUG: ARG=$ARG OPT=$OPT"
|
||||||
|
|
||||||
case "$ARG" in
|
case "$ARG" in
|
||||||
-d|--data-dir)
|
-d|--data-dir)
|
||||||
|
|
Loading…
Reference in a new issue