diff --git a/plexupdate.sh b/plexupdate.sh index f3891dd..6ea385d 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -328,7 +328,7 @@ if [ "${AUTOSTART}" == "yes" then if [ $? -ne 0 ]; then echo "Error: You need to be root to use autoinstall option." exit 1 - elif [ "${REDHAT}" == "no" ]; + elif [ "${REDHAT}" == "no" ] echo "The AUTOSTART [-s] option may not be needed on your distribution." fi sudo service plexmediaserver start