mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-27 17:37:18 +01:00
obuspa: fix obuspa reloads with subscriptions
(cherry picked from commit f739714b09)
Co-authored-by: Vivek Kumar Dutta <vivek.dutta@iopsys.eu>
This commit is contained in:
parent
135590f80c
commit
fdaed9883a
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