progress
This commit is contained in:
@@ -6,8 +6,6 @@ usage() {
|
||||
exit 1
|
||||
}
|
||||
|
||||
echo "SHELL=${SHELL}"
|
||||
|
||||
DbHost=""
|
||||
Date=""
|
||||
Schemas=coinbase,bnbspot,bnbfut
|
||||
@@ -35,6 +33,7 @@ while getopts ":h:d:s:" opt; do
|
||||
done
|
||||
|
||||
if [ -z "${DbHost}" ] || [ -z "$Date" ]; then
|
||||
echo "DbHost=${DbHost} Date=${Date}. Cmdline: ${*}"
|
||||
usage
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user