From e2481e64428a9e582960ee0678d4c89357e86710 Mon Sep 17 00:00:00 2001 From: Devin Slick Date: Fri, 23 Oct 2015 22:13:11 -0500 Subject: [PATCH] Update plexupdate.sh --- plexupdate.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/plexupdate.sh b/plexupdate.sh index 68306b5..c3d050e 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -328,8 +328,6 @@ if [ "${AUTOSTART}" == "yes"]; then if [ $? -ne 0 ]; then echo "Error: You need to be root to use autoinstall option." exit 1 - elif [ "${REDHAT}" == "no" ]; then - echo "The AUTOSTART [-s] option may not be needed on your distribution." fi sudo service plexmediaserver start fi