mirror of
https://github.com/AG7GN/nexus-utilities.git
synced 2025-05-15 14:10:09 -07:00
Fixed REGEX
This commit is contained in:
parent
d8d34bc2d1
commit
a9ad35a49a
@ -78,7 +78,7 @@
|
||||
#%
|
||||
#================================================================
|
||||
#- IMPLEMENTATION
|
||||
#- version ${SCRIPT_NAME} 1.2.8
|
||||
#- version ${SCRIPT_NAME} 1.2.9
|
||||
#- author Steve Magnuson, AG7GN
|
||||
#- license CC-BY-SA Creative Commons License
|
||||
#- script_id 0
|
||||
@ -305,7 +305,7 @@ SEARCH_STRING="${1:-.*}" # Match anything if no search_string supplied.
|
||||
declare -i LAST=$(( $(date +%s) - WAIT ))
|
||||
PID="$(pgrep -n fldigi)"
|
||||
# Start Of Message Regular Expression
|
||||
SOM_RE="^[a-z]{1,2}[0-9].*:..([a-z]{1,2}[0-9]|allcall)"
|
||||
SOM_RE="^[a-z]{1,2}[0-9][a-z].*:..([a-z]{1,2}[0-9][a-z]|allcall)"
|
||||
# End Of Message Regular Expression. FSQ end in '<BS>'. read cmd chops off trailing '>'
|
||||
EOM_RE="<BS$"
|
||||
COMPLETE_MESSAGE_RE="${SOM_RE}.*${EOM_RE}"
|
||||
|
@ -1 +1 @@
|
||||
VERSION="2.1.16"
|
||||
VERSION="2.1.17"
|
Loading…
x
Reference in New Issue
Block a user