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:
parent
337f3f759d
commit
20020b94fe
@ -16,7 +16,7 @@
|
|||||||
#%
|
#%
|
||||||
#================================================================
|
#================================================================
|
||||||
#- IMPLEMENTATION
|
#- IMPLEMENTATION
|
||||||
#- version ${SCRIPT_NAME} 1.0.5
|
#- version ${SCRIPT_NAME} 1.0.6
|
||||||
#- author Steve Magnuson, AG7GN
|
#- author Steve Magnuson, AG7GN
|
||||||
#- license CC-BY-SA Creative Commons License
|
#- license CC-BY-SA Creative Commons License
|
||||||
#- script_id 0
|
#- script_id 0
|
||||||
@ -481,7 +481,8 @@ do
|
|||||||
# Have direwolf allocate a pty
|
# Have direwolf allocate a pty
|
||||||
#DIREWOLF="$(command -v direwolf) -p -t 0 -d u"
|
#DIREWOLF="$(command -v direwolf) -p -t 0 -d u"
|
||||||
# No pty
|
# 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
|
# Kill any running processes and load latest settings
|
||||||
killDirewolf $direwolf_PID
|
killDirewolf $direwolf_PID
|
||||||
|
@ -1 +1 @@
|
|||||||
VERSION="2.3.16"
|
VERSION="2.3.17"
|
Loading…
x
Reference in New Issue
Block a user