obuspa: Updated CreationDate of subscriptions

This commit is contained in:
vdutta 2022-03-24 13:21:48 +05:30
parent 5a3d08ba6d
commit 7affe60a46
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=obuspa
PKG_VERSION:=5.0.0.5
PKG_VERSION:=5.0.0.6
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -461,6 +461,7 @@ configure_subscription(){
db_set Device.LocalAgent.Subscription.${subs_num}.ReferenceList "${ReferenceList}"
db_set Device.LocalAgent.Subscription.${subs_num}.Persistent "${Persistent}"
db_set Device.LocalAgent.Subscription.${subs_num}.Recipient "${Recipient}"
db_set Device.LocalAgent.Subscription.${subs_num}.CreationDate "$(date -I'seconds')"
}
check_json_load()