mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-07 21:51:15 -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
|
||||
VAR2="$VAR""_CL"
|
||||
if [ ! -z ${!VAR2} ]; then
|
||||
eval $VAR=${!VAR2}
|
||||
eval $VAR='${!VAR2}'
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue