From 2c91c80a5899c9c2c8e0fb37598887f6f362d1d4 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 14 Jun 2019 13:04:35 -0400 Subject: [PATCH] enable AUTOSTART for synology --- extras/installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/installer.sh b/extras/installer.sh index 672070d..e7df4c8 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -186,6 +186,8 @@ configure_plexupdate() { [ -z "$DISTRO" ] && check_distro if [ "$DISTRO" == "redhat" ]; then AUTOSTART=yes + elif [ "$DISTRO" == "synology" ]; then + AUTOSTART=yes else AUTOSTART= fi