1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-19 07:50:12 -07:00

Enable timestamps in direwolf event logging

This commit is contained in:
Steve Magnuson 2020-08-24 18:01:23 -07:00
parent 337f3f759d
commit 20020b94fe
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@
#%
#================================================================
#- IMPLEMENTATION
#- version ${SCRIPT_NAME} 1.0.5
#- version ${SCRIPT_NAME} 1.0.6
#- author Steve Magnuson, AG7GN
#- license CC-BY-SA Creative Commons License
#- script_id 0
@ -481,7 +481,8 @@ do
# Have direwolf allocate a pty
#DIREWOLF="$(command -v direwolf) -p -t 0 -d u"
# No pty
DIREWOLF="$(command -v direwolf) -t 0 -d u"
# Direwolf does not allow embedded spaces in timestamp format string -T
DIREWOLF="$(command -v direwolf) -t 0 -d u -T "%Y/%m/%d_%H:%M:%S""
# Kill any running processes and load latest settings
killDirewolf $direwolf_PID

View File

@ -1 +1 @@
VERSION="2.3.16"
VERSION="2.3.17"