diff --git a/apps/cistech-tunnel/shared/xstartup b/apps/cistech-tunnel/shared/xstartup index 9cc9ca7..776bf59 100644 --- a/apps/cistech-tunnel/shared/xstartup +++ b/apps/cistech-tunnel/shared/xstartup @@ -32,7 +32,7 @@ xset s noblank 2>/dev/null || true # Make script executable and launch in terminal chmod +x /shared/openconnect-vpn 2>/dev/null || true -xterm -fa 'Monospace' -fs 11 -bg black -fg white -geometry 130x45+10+10 \ +xterm -fn fixed -bg black -fg white -geometry 130x45+10+10 \ -title "Cistech VPN Terminal" \ -e "bash -c '/shared/openconnect-vpn; exec bash'" &