Add missing quotes (#127)

This commit is contained in:
Jon 2016-10-28 00:33:32 -04:00 committed by Henric Andersson
parent c8b6d0a7b3
commit 2a591e8840

View file

@ -353,7 +353,7 @@ for VAR in AUTOINSTALL CRON AUTODELETE DOWNLOADDIR EMAIL PASS FORCE FORCEALL PUB
do
VAR2="$VAR""_CL"
if [ ! -z ${!VAR2} ]; then
eval $VAR=${!VAR2}
eval $VAR='${!VAR2}'
fi
done