mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -07:00
Fixed incorrect filename
This commit is contained in:
parent
03ad32b531
commit
4cb2e3ff78
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue