move config debugging to debug level 1
This commit is contained in:
parent
e1afb6ab28
commit
7328a9e25c
58
atom
58
atom
@ -970,37 +970,39 @@ then
|
|||||||
exit $ENOCFG
|
exit $ENOCFG
|
||||||
fi
|
fi
|
||||||
getConfig
|
getConfig
|
||||||
{
|
|
||||||
cat <<EOF
|
if (( debug ))
|
||||||
General|Load|$maxload
|
then
|
||||||
|Load Interval|$loadinterval
|
cat <<-EOF
|
||||||
|Temp Dir|$tempdir
|
General|Load|$maxload
|
||||||
|Database|$database
|
|Load Interval|$loadinterval
|
||||||
|Debug|$debug
|
|Temp Dir|$tempdir
|
||||||
Source|Path|$sourcepath
|
|Database|$database
|
||||||
EOF
|
|Debug|$debug
|
||||||
for prune_expression in "${skippeddirectories[@]}"
|
Source|Path|$sourcepath
|
||||||
do
|
EOF
|
||||||
|
for prune_expression in "${skippeddirectories[@]}"
|
||||||
|
do
|
||||||
echo "|Skipped directory|$prune_expression"
|
echo "|Skipped directory|$prune_expression"
|
||||||
done
|
done
|
||||||
for destination in ${!destinationpath[@]}
|
for destination in ${!destinationpath[@]}
|
||||||
do
|
do
|
||||||
cat <<EOF
|
cat <<-EOF
|
||||||
$destination|Path|${destinationpath[$destination]}
|
$destination|Path|${destinationpath[$destination]}
|
||||||
|Format|${destinationformat[$destination]}
|
|Format|${destinationformat[$destination]}
|
||||||
|Quality|${destinationquality[$destination]}
|
|Quality|${destinationquality[$destination]}
|
||||||
|Normalize|${destinationnormalize[$destination]}
|
|Normalize|${destinationnormalize[$destination]}
|
||||||
|Channels|${destinationchannels[$destination]}
|
|Channels|${destinationchannels[$destination]}
|
||||||
|Frequency|${destinationfrequency[$destination]}
|
|Frequency|${destinationfrequency[$destination]}
|
||||||
|Path Change|${destinationrenamepath[$destination]}
|
|Path Change|${destinationrenamepath[$destination]}
|
||||||
|File Rename|${destinationrename[$destination]}
|
|File Rename|${destinationrename[$destination]}
|
||||||
EOF
|
EOF
|
||||||
echo "|Skipped mime-type|${destinationskipmime[$destination]//\|/
|
echo "|Skipped mime-type|${destinationskipmime[$destination]//\|/
|
||||||
|Skipped mime-type|}"
|
|Skipped mime-type|}"
|
||||||
echo "|Copied mime-type|${destinationcopymime[$destination]//\|/
|
echo "|Copied mime-type|${destinationcopymime[$destination]//\|/
|
||||||
|Copied mime-type|}"
|
|Copied mime-type|}"
|
||||||
done
|
done
|
||||||
}|column -t -s'|' -n
|
fi |column -t -s'|' -n
|
||||||
|
|
||||||
openDatabase
|
openDatabase
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user