1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-15 22:30:11 -07:00
This commit is contained in:
KM4ACK 2022-02-24 16:04:20 -06:00
parent 705eedc6b1
commit c04c4d1057

View File

@ -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