mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 04:49:34 -07:00
Print diagnostic message for autostart to stderr
This commit is contained in:
parent
7470576cd6
commit
6c18a2b147
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ fi
|
||||||
|
|
||||||
if [ "${AUTOSTART}" = "yes" ]; then
|
if [ "${AUTOSTART}" = "yes" ]; then
|
||||||
if [ "${REDHAT}" = "no" ]; 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
|
fi
|
||||||
# Check for systemd
|
# Check for systemd
|
||||||
if ! hash systemctl 2>/dev/null; then
|
if ! hash systemctl 2>/dev/null; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue