obuspa: fix obuspa reloads with subscriptions

This commit is contained in:
Vivek Kumar Dutta 2026-01-21 18:45:26 +05:30
parent 5a0db53021
commit f739714b09
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -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() {