obuspa: enable NotifRetry with subscriptions

This commit is contained in:
Vivek Kumar Dutta 2026-01-14 15:55:56 +05:30
parent e991241f47
commit 31b61f410c
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -415,6 +415,7 @@ configure_subscription()
db_set "${BASEPATH}.ReferenceList" "${ReferenceList}"
fi
db_set "${BASEPATH}.Persistent" "1"
db_set "${BASEPATH}.NotifRetry" "1"
db_set "${BASEPATH}.Recipient" "${dm_ref}"
# Entry updated in db, remove uci entry
uci_remove obuspa "${1}"