Accidentally committed with disabled code

Left test code in the commit, fixed now
This commit is contained in:
Henric Andersson 2016-07-16 15:36:52 -07:00
commit d862bdc2c1

View file

@ -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