diff --git a/plexupdate.sh b/plexupdate.sh index c3d050e..8db9181 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -313,13 +313,6 @@ if [ "${AUTODELETE}" == "yes" ]; then fi fi -if [ "${AUTOSTART}" == "yes" ]; then - if [ "${REDHAT}" == "no" ]; then - echo "The AUTOSTART [-s] option may not be needed on your distribution." - fi - sudo service plexmediaserver start -fi - if [ "${AUTOSTART}" == "yes"]; then if [ "${REDHAT}" == "no" ]; then echo "The AUTOSTART [-s] option may not be needed on your distribution."