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