mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -07:00
Add missing quotes
This commit is contained in:
parent
da8ff2f4bc
commit
32fce34c8b
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,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