mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 10:36:55 -07:00
Fixed issue where -r wouldn't work without -S
This commit is contained in:
parent
f1bec29d62
commit
4244a57b52
1 changed files with 5 additions and 1 deletions
|
@ -430,7 +430,11 @@ if [ $? -ne 0 ]; then
|
|||
fi
|
||||
|
||||
if [ "${PRINT_URL}" == "yes" ]; then
|
||||
echo "${DOWNLOAD}" >&5
|
||||
if [ "${QUIET}" = "yes" ] || [ "${SILENT}" = "yes" ]; then
|
||||
echo "${DOWNLOAD}" >&5
|
||||
else
|
||||
echo "${DOWNLOAD}"
|
||||
fi
|
||||
cronexit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue