Update plexupdate.sh

This commit is contained in:
Devin Slick 2015-10-23 22:14:28 -05:00
commit 859be63643

View file

@ -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."