mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-12 11:00:04 +01:00
obuspa: Updated CreationDate of subscriptions
This commit is contained in:
parent
5a3d08ba6d
commit
7affe60a46
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue