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