diff --git a/plexupdate.sh b/plexupdate.sh index 6a448d2..4b00161 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -345,7 +345,7 @@ if [ "${AUTOSTART}" == "yes" ]; then if [ -f "/bin/systemctl" ]; then systemctl start plexmediaserver.service else - service plexmediaserver start + /sbin/service plexmediaserver start fi fi