From 8dd45cf20c654c203c6494d6f2c3a9685c5604bd Mon Sep 17 00:00:00 2001 From: Devin Slick Date: Fri, 23 Oct 2015 14:02:21 -0500 Subject: [PATCH] start plexmediaserver after script completes --- plexupdate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plexupdate.sh b/plexupdate.sh index 63e9e93..0e36989 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -310,4 +310,6 @@ if [ "${AUTODELETE}" == "yes" ]; then fi fi +service start plexmediaserver + exit 0