From bed1a7bdef02cc98de1b847dfd82ec808c6da5eb Mon Sep 17 00:00:00 2001 From: Devin Slick Date: Fri, 23 Oct 2015 22:44:02 -0500 Subject: [PATCH] That space has been hiding from me.... --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 8db9181..3f10b88 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -313,7 +313,7 @@ if [ "${AUTODELETE}" == "yes" ]; then fi fi -if [ "${AUTOSTART}" == "yes"]; then +if [ "${AUTOSTART}" == "yes" ]; then if [ "${REDHAT}" == "no" ]; then echo "The AUTOSTART [-s] option may not be needed on your distribution." fi