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