mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -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
|
[ -z "$DISTRO" ] && check_distro
|
||||||
if [ "$DISTRO" == "redhat" ]; then
|
if [ "$DISTRO" == "redhat" ]; then
|
||||||
AUTOSTART=yes
|
AUTOSTART=yes
|
||||||
|
elif [ "$DISTRO" == "synology" ]; then
|
||||||
|
AUTOSTART=yes
|
||||||
else
|
else
|
||||||
AUTOSTART=
|
AUTOSTART=
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue