mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-30 11:38:33 -07:00
suppress AUTOSTART warning for synology
AUTOSTART is needed on synology
This commit is contained in:
parent
a83f077d4a
commit
c2037952a6
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ if [ "${AUTODELETE}" = "yes" ]; then
|
|||
fi
|
||||
|
||||
if [ "${AUTOSTART}" = "yes" ]; then
|
||||
if [ "${DISTRO}" != "redhat" ]; then
|
||||
if [ "${DISTRO}" != "redhat" -a "${DISTRO}" != "synology" ]; then
|
||||
warn "The AUTOSTART [-s] option may not be needed on your distribution."
|
||||
fi
|
||||
# Check for systemd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue