diff --git a/extras/cronwrapper b/extras/cronwrapper index 0bc6c32..452941f 100755 --- a/extras/cronwrapper +++ b/extras/cronwrapper @@ -19,11 +19,11 @@ # -if [ ! -f /etc/plexpass.cron.conf ]; then - echo "ERROR: You have not configured /etc/plexpass.cron.conf" >&2 +if [ ! -f /etc/plexupdate.cron.conf ]; then + echo "ERROR: You have not configured /etc/plexupdate.cron.conf" >&2 exit 255 else - source /etc/plexpass.cron.conf + source /etc/plexupdate.cron.conf fi if [ -z "${SCRIPT}" -o ! -f "${SCRIPT}" ]; then