1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-17 07:10:17 -07:00
This commit is contained in:
KM4ACK 2021-11-24 18:08:43 -06:00
parent 9e65a38149
commit fa1d1c26c5

View File

@ -149,7 +149,7 @@ yad --title="PACKET MODEM" --width=400 --height=100 \
fi
#open pat inbox in browser
export DISPLAY=:0 && chromium-browser --app=http://127.0.0.1:$PORT > /dev/null 2>&1 &
export DISPLAY=:0 && chromium-browser http://127.0.0.1:$PORT > /dev/null 2>&1 &
#exit 0