From 411cf45b4a4853e2c8ccbaf3a27959a59a694605 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Tue, 21 Jul 2020 14:07:25 -0400 Subject: [PATCH] Be sure CRON option is actually set --- extras/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/installer.sh b/extras/installer.sh index 51085cb..c83f878 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -245,6 +245,7 @@ configure_cron() { echo echo -n "Would you like to set up automatic daily updates for Plex? " if yesno $CRON; then + CRON=yes if [ $(sudo find -L "${FULL_PATH}" -perm /002 -or -not -uid 0 -or -not -gid 0 | wc -l) -ne 0 ]; then echo echo "WARNING: For security reasons, plexupdate needs to be installed as root in order to run automatically. In order to finish setting up automatic updates, we will change the ownership of '${FULL_PATH}' to root:root."