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