mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 13:23:21 -07:00
Add AUTOUPDATE to default config
This commit is contained in:
parent
cb4b702f11
commit
2e4a6d52fc
1 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,7 @@ abort() {
|
||||||
configure_plexupdate() {
|
configure_plexupdate() {
|
||||||
|
|
||||||
CONFIGTEMP=$(mktemp /tmp/plexupdate.tempconf.XXX)
|
CONFIGTEMP=$(mktemp /tmp/plexupdate.tempconf.XXX)
|
||||||
|
AUTOUPDATE=yes
|
||||||
|
|
||||||
[ -f "$CONFIGFILE" ] && source "$CONFIGFILE"
|
[ -f "$CONFIGFILE" ] && source "$CONFIGFILE"
|
||||||
|
|
||||||
|
@ -104,7 +105,7 @@ configure_plexupdate() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
save_config "EMAIL PASS PUBLIC AUTOINSTALL PLEXSERVER PLEXPORT" "$CONFIGFILE"
|
save_config "AUTOUPDATE EMAIL PASS PUBLIC AUTOINSTALL PLEXSERVER PLEXPORT" "$CONFIGFILE"
|
||||||
}
|
}
|
||||||
|
|
||||||
configure_cron() {
|
configure_cron() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue