mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
enable AUTODELETE by default
This commit is contained in:
parent
848f56c9af
commit
e5b65cec37
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ configure_plexupdate() {
|
||||||
|
|
||||||
if yesno "$AUTOINSTALL"; then
|
if yesno "$AUTOINSTALL"; then
|
||||||
AUTOINSTALL=yes
|
AUTOINSTALL=yes
|
||||||
|
AUTODELETE=yes
|
||||||
|
|
||||||
[ -z "$DISTRO" ] && check_distro
|
[ -z "$DISTRO" ] && check_distro
|
||||||
if [ "$DISTRO" == "redhat" -o "$DISTRO" == "synology" ]; then
|
if [ "$DISTRO" == "redhat" -o "$DISTRO" == "synology" ]; then
|
||||||
AUTOSTART=yes
|
AUTOSTART=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue