From 32fce34c8b2114d4d88b4d916ac9cd85b35ef193 Mon Sep 17 00:00:00 2001 From: Jon Shaulis Date: Wed, 26 Oct 2016 12:08:42 -0400 Subject: [PATCH] Add missing quotes --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 07c9615..e650041 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -351,7 +351,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