printConfig(): cosmetic
This commit is contained in:
parent
a2ee934149
commit
4a4c6a966d
@ -9,6 +9,7 @@ printConfig() {
|
||||
|Temp Dir|$tempdir
|
||||
|Database|$database
|
||||
|Debug|$debug
|
||||
|
||||
Source|Path|$sourcepath
|
||||
EOF
|
||||
for prune_expression in "${skippeddirectories[@]}"
|
||||
@ -23,6 +24,7 @@ printConfig() {
|
||||
for destination in ${!destinationpath[@]}
|
||||
do
|
||||
cat <<-EOF
|
||||
|
||||
$destination|Path|${destinationpath["$destination"]}
|
||||
|Format|${destinationformat["$destination"]}
|
||||
|Quality|${destinationquality["$destination"]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user