Debug argument parsing.
This commit is contained in:
parent
64bf42e4ee
commit
f220d1cc8a
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ cat "$CONFIG_FILE" \
|
||||||
| while read line ; do
|
| while read line ; do
|
||||||
name=${line%% *}
|
name=${line%% *}
|
||||||
value=${line#* }
|
value=${line#* }
|
||||||
|
echo ===
|
||||||
|
echo $line
|
||||||
|
echo $name
|
||||||
|
echo $value
|
||||||
case "$name" in
|
case "$name" in
|
||||||
apikeys-file)
|
apikeys-file)
|
||||||
CFG_APIKEYS_FILE="$value"
|
CFG_APIKEYS_FILE="$value"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue