From a619b1221e7bd6943d03a204ac5038803bd4ac04 Mon Sep 17 00:00:00 2001 From: Devin Slick Date: Fri, 23 Oct 2015 19:53:36 -0500 Subject: [PATCH] Removed then on elif --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index f540ccc..f3891dd 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" ]; then + elif [ "${REDHAT}" == "no" ]; echo "The AUTOSTART [-s] option may not be needed on your distribution." fi sudo service plexmediaserver start