From 2a591e8840e19c64d2f3dc04e1b3beb45d477172 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 28 Oct 2016 00:33:32 -0400 Subject: [PATCH] Add missing quotes (#127) --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 75ac599..6cd94fd 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -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