From d862bdc2c189a4e334b0477e267c243577d35126 Mon Sep 17 00:00:00 2001 From: Henric Andersson Date: Sat, 16 Jul 2016 15:36:52 -0700 Subject: [PATCH] Accidentally committed with disabled code Left test code in the commit, fixed now --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 809363d..098a8e9 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -471,7 +471,7 @@ if [ ! "${PLEXSERVER}" = "" -a "${AUTOINSTALL}" == "yes" ]; then cronexit 6 fi fi -exit 255 + if [ "${AUTOINSTALL}" == "yes" ]; then sudo ${DISTRO_INSTALL} "${DOWNLOADDIR}/${FILENAME}" fi