From e5b65cec370f0fb598c810bd3ca6af822671121b Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 14 Jun 2019 21:55:09 -0400 Subject: [PATCH] enable AUTODELETE by default --- extras/installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/installer.sh b/extras/installer.sh index fe249b2..d182187 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -182,7 +182,8 @@ configure_plexupdate() { if yesno "$AUTOINSTALL"; then AUTOINSTALL=yes - + AUTODELETE=yes + [ -z "$DISTRO" ] && check_distro if [ "$DISTRO" == "redhat" -o "$DISTRO" == "synology" ]; then AUTOSTART=yes