From 6c18a2b14703c75366ea558d211dee5163b4802b Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Tue, 16 Aug 2016 12:18:38 -0700 Subject: [PATCH] Print diagnostic message for autostart to stderr --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 41c2245..dd464a7 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -516,7 +516,7 @@ fi if [ "${AUTOSTART}" = "yes" ]; then if [ "${REDHAT}" = "no" ]; then - echo "The AUTOSTART [-s] option may not be needed on your distribution." + echo "The AUTOSTART [-s] option may not be needed on your distribution." >&2 fi # Check for systemd if ! hash systemctl 2>/dev/null; then