This commit is contained in:
Olof hagsand 2020-02-22 11:15:55 +01:00
commit 3c6a521a80

View file

@ -27,7 +27,8 @@ APPNAME=example
: ${clixon_util_stream:=clixon_util_stream} : ${clixon_util_stream:=clixon_util_stream}
NCWAIT=10 # Wait (netconf valgrind may need more time) NCWAIT=10 # Wait (netconf valgrind may need more time)
DATE=$(date +"%Y-%m-%d") # Ensure UTC
DATE=$(date -u +"%Y-%m-%d")
cfg=$dir/conf.xml cfg=$dir/conf.xml
fyang=$dir/stream.yang fyang=$dir/stream.yang