diff --git a/dw_aprs_gui.sh b/dw_aprs_gui.sh index b4690b4..37eef0c 100755 --- a/dw_aprs_gui.sh +++ b/dw_aprs_gui.sh @@ -16,7 +16,7 @@ #% #================================================================ #- IMPLEMENTATION -#- version ${SCRIPT_NAME} 1.0.7 +#- version ${SCRIPT_NAME} 1.0.8 #- author Steve Magnuson, AG7GN #- license CC-BY-SA Creative Commons License #- script_id 0 @@ -493,7 +493,7 @@ do # for P in ${YAD_PIDs[@]} $clearTextInfo_PID for P in $clearTextInfo_PID ${YAD_PIDs[@]} do - ps x | egrep -q "^$P" && kill $P + kill $P >/dev/null 2>&1 done rm -f $TMPDIR/CONFIGURE_APRS.txt diff --git a/dw_pat_gui.sh b/dw_pat_gui.sh index edc0c9f..43d9fad 100755 --- a/dw_pat_gui.sh +++ b/dw_pat_gui.sh @@ -15,7 +15,7 @@ #% #================================================================ #- IMPLEMENTATION -#- version ${SCRIPT_NAME} 1.7.0 +#- version ${SCRIPT_NAME} 1.7.1 #- author Steve Magnuson, AG7GN #- license CC-BY-SA Creative Commons License #- script_id 0 @@ -427,7 +427,7 @@ do [[ $pat_PID == "" ]] || kill $pat_PID >/dev/null 2>&1 for P in $clearTextInfo_PID ${YAD_PIDs[@]} do - ps x | egrep -q "^$P" && kill $P + kill $P >/dev/null 2>&1 done # If an unrelated pat is running, kill it too #pgrep pat >/dev/null && pkill pat diff --git a/hampi-utilities.version b/hampi-utilities.version index 5b9d09d..1e5a1e4 100644 --- a/hampi-utilities.version +++ b/hampi-utilities.version @@ -1 +1 @@ -VERSION="2.3.19" \ No newline at end of file +VERSION="2.3.20" \ No newline at end of file