mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-16 02:02:58 -07:00
change info to echo -e
This commit is contained in:
parent
cc9ee5cf44
commit
cb33e7b67f
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
|
||||
info "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"
|
||||
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"
|
||||
fi
|
||||
exit ${RET}
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue