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:-}"
|
||||
shift
|
||||
|
||||
echo "ARG=$ARG OPT=$OPT"
|
||||
# echo "DEBUG: ARG=$ARG OPT=$OPT"
|
||||
|
||||
case "$ARG" in
|
||||
-d|--data-dir)
|
||||
|
|
Loading…
Reference in a new issue