From c2037952a6a3e00134bdb5956567164e808bf23e Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 19 Jun 2019 16:11:24 -0400 Subject: [PATCH] suppress AUTOSTART warning for synology AUTOSTART is needed on synology --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 5b03f3a..8d7ce37 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -510,7 +510,7 @@ if [ "${AUTODELETE}" = "yes" ]; then fi if [ "${AUTOSTART}" = "yes" ]; then - if [ "${DISTRO}" != "redhat" ]; then + if [ "${DISTRO}" != "redhat" -a "${DISTRO}" != "synology" ]; then warn "The AUTOSTART [-s] option may not be needed on your distribution." fi # Check for systemd