Debug2 argument parsing.
This commit is contained in:
parent
f220d1cc8a
commit
8d903860c4
1 changed files with 2 additions and 0 deletions
|
@ -72,9 +72,11 @@ cat "$CONFIG_FILE" \
|
||||||
echo $value
|
echo $value
|
||||||
case "$name" in
|
case "$name" in
|
||||||
apikeys-file)
|
apikeys-file)
|
||||||
|
echo "APIKEYS"
|
||||||
CFG_APIKEYS_FILE="$value"
|
CFG_APIKEYS_FILE="$value"
|
||||||
;;
|
;;
|
||||||
bank-dir)
|
bank-dir)
|
||||||
|
echo "BANK_DIR"
|
||||||
CFG_BANK_DIR="$value"
|
CFG_BANK_DIR="$value"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue