From cb33e7b67fa2c43a072935ab7f8a4c181cb2b2cb Mon Sep 17 00:00:00 2001 From: myellen Date: Thu, 13 Jun 2019 03:11:53 -0400 Subject: [PATCH] change info to echo -e --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 84ce866..7b87a89 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -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