diff --git a/obuspa/files/etc/init.d/obuspa b/obuspa/files/etc/init.d/obuspa index 38f66df6f..3a8fb7f1a 100755 --- a/obuspa/files/etc/init.d/obuspa +++ b/obuspa/files/etc/init.d/obuspa @@ -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() {