mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 05:13: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,6 +182,7 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue