mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-08 06:00:52 -07:00
Add missing quotes (#127)
This commit is contained in:
parent
c8b6d0a7b3
commit
2a591e8840
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ for VAR in AUTOINSTALL CRON AUTODELETE DOWNLOADDIR EMAIL PASS FORCE FORCEALL PUB
|
||||||
do
|
do
|
||||||
VAR2="$VAR""_CL"
|
VAR2="$VAR""_CL"
|
||||||
if [ ! -z ${!VAR2} ]; then
|
if [ ! -z ${!VAR2} ]; then
|
||||||
eval $VAR=${!VAR2}
|
eval $VAR='${!VAR2}'
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue