1
0
mirror of https://github.com/km4ack/patmenu2.git synced 2025-05-16 14:50:13 -07:00
This commit is contained in:
KM4ACK 2021-11-24 18:08:34 -06:00
parent 5b4e0edfe1
commit 9e65a38149

View File

@ -123,7 +123,7 @@ yad --title="ARDOP 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 &