Fix docker container

This commit is contained in:
Hackintosh Five 2023-06-14 12:44:32 +01:00
parent 6cb990d57d
commit 4965fc7cc2

View File

@ -1,3 +1,2 @@
#!/bin/bash #!/bin/bash
echo openconnect --script-tun --script "/app/tcpproxy -L 1234:$HOST" "$@" exec openconnect --script-tun --script "/app/tcpproxy -g -L 1234:$HOST" "$@"
exec openconnect --script-tun --script "/app/tcpproxy -L 1234:$HOST" "$@"