From c04c4d1057cf3cac539096113a234c791102b3db Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Thu, 24 Feb 2022 16:04:20 -0600 Subject: [PATCH] update --- start-pat2m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/start-pat2m b/start-pat2m index c6a61fc..5c0b21f 100755 --- a/start-pat2m +++ b/start-pat2m @@ -148,8 +148,11 @@ yad --title="PACKET MODEM" --width=400 --height=100 \ --button=gtk-ok & fi +#restart pat so terminal window correctly reflects rig control +sudo systemctl restart pat@`whoami` + #open pat inbox in browser -export DISPLAY=:0 && chromium-browser http://127.0.0.1:$PORT > /dev/null 2>&1 & +export DISPLAY=:0 && xdg-open http://127.0.0.1:$PORT > /dev/null 2>&1 & #exit 0