From 20020b94feac28772f98ea563b9873db6bc89635 Mon Sep 17 00:00:00 2001 From: Steve Magnuson Date: Mon, 24 Aug 2020 18:01:23 -0700 Subject: [PATCH] Enable timestamps in direwolf event logging --- dw_aprs_gui.sh | 5 +++-- hampi-utilities.version | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dw_aprs_gui.sh b/dw_aprs_gui.sh index 9ce6e67..b29d93a 100755 --- a/dw_aprs_gui.sh +++ b/dw_aprs_gui.sh @@ -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 diff --git a/hampi-utilities.version b/hampi-utilities.version index 315932d..7c15412 100644 --- a/hampi-utilities.version +++ b/hampi-utilities.version @@ -1 +1 @@ -VERSION="2.3.16" \ No newline at end of file +VERSION="2.3.17" \ No newline at end of file