mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Fixed incorrect filename
This commit is contained in:
parent
b8671047e5
commit
02437b6905
1 changed files with 3 additions and 3 deletions
|
@ -19,11 +19,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
if [ ! -f /etc/plexpass.cron.conf ]; then
|
if [ ! -f /etc/plexupdate.cron.conf ]; then
|
||||||
echo "ERROR: You have not configured /etc/plexpass.cron.conf" >&2
|
echo "ERROR: You have not configured /etc/plexupdate.cron.conf" >&2
|
||||||
exit 255
|
exit 255
|
||||||
else
|
else
|
||||||
source /etc/plexpass.cron.conf
|
source /etc/plexupdate.cron.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "${SCRIPT}" -o ! -f "${SCRIPT}" ]; then
|
if [ -z "${SCRIPT}" -o ! -f "${SCRIPT}" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue