mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
obuspa: fix obuspa reloads with subscriptions
This commit is contained in:
parent
84cfd3372c
commit
e9cbec1ded
1 changed files with 2 additions and 0 deletions
|
|
@ -419,6 +419,7 @@ configure_subscription()
|
|||
db_set "${BASEPATH}.Recipient" "${dm_ref}"
|
||||
# Entry updated in db, remove uci entry
|
||||
uci_remove obuspa "${1}"
|
||||
uci_commit obuspa
|
||||
}
|
||||
|
||||
configure_challenges()
|
||||
|
|
@ -457,6 +458,7 @@ configure_challenges()
|
|||
db_set "${BASEPATH}.LockoutPeriod" "${LockoutPeriod}"
|
||||
# Entry updated in db, remove uci entry
|
||||
uci_remove obuspa "${1}"
|
||||
uci_commit obuspa
|
||||
}
|
||||
|
||||
configure_mtp() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue