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