mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 18:47:16 -07:00
enable AUTOSTART for synology
This commit is contained in:
parent
335cf82957
commit
2c91c80a58
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ configure_plexupdate() {
|
|||
[ -z "$DISTRO" ] && check_distro
|
||||
if [ "$DISTRO" == "redhat" ]; then
|
||||
AUTOSTART=yes
|
||||
elif [ "$DISTRO" == "synology" ]; then
|
||||
AUTOSTART=yes
|
||||
else
|
||||
AUTOSTART=
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue