mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 02:26:56 -07:00
remove color from error message
This commit is contained in:
parent
569adbb857
commit
335cf82957
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ if [ "${AUTOINSTALL}" = "yes" ]; then
|
|||
# Clarify why this failed, so user won't be left in the dark
|
||||
error "Failed to install update. Command '${DISTRO_INSTALL} "${DOWNLOADDIR}/${FILENAME}"' returned error code ${RET}"
|
||||
if [ "${DISTRO}" = "synology" -a ${RET} -eq 1 ]; then
|
||||
echo -e "On Synology devices, you need to add Plex's public key to Package Center. If you have not done so, follow the instructions at \033[0;34mhttps://support.plex.tv/articles/205165858-how-to-add-plex-s-package-signing-public-key-to-synology-nas-package-center/\033[0m"
|
||||
error "On Synology devices, you need to add Plex's public key to Package Center. If you have not done so, follow the instructions at https://support.plex.tv/articles/205165858-how-to-add-plex-s-package-signing-public-key-to-synology-nas-package-center/"
|
||||
fi
|
||||
exit ${RET}
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue