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
|
||||
case "$name" in
|
||||
apikeys-file)
|
||||
echo "APIKEYS"
|
||||
CFG_APIKEYS_FILE="$value"
|
||||
;;
|
||||
bank-dir)
|
||||
echo "BANK_DIR"
|
||||
CFG_BANK_DIR="$value"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue