From aad9934099d556c076d8d249dcb6448972c0b78d Mon Sep 17 00:00:00 2001 From: Felix Date: Wed, 25 Oct 2017 23:26:57 +0200 Subject: [PATCH] Depricated wording (#207) If the script exits on deprecated config-entries it should explicitly tell the user, that they have to remove the option. --- plexupdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexupdate.sh b/plexupdate.sh index 642e57e..fa46cb1 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -200,7 +200,7 @@ if [ "${CRON}" = "yes" ]; then fi if [ "${KEEP}" = "yes" ]; then - error "KEEP is deprecated and should be removed from config file" + error "KEEP is deprecated and must be removed from config file" exit 255 fi @@ -210,7 +210,7 @@ if [ "${FORCEALL}" = "yes" ]; then fi if [ ! -z "${RELEASE}" ]; then - error "RELEASE keyword is deprecated and should be removed from config file" + error "RELEASE keyword is deprecated and must be removed from config file" error "Use DISTRO and BUILD instead to manually select what to install (check README.md)" exit 255 fi