8 lines
136 B
Plaintext
Raw Normal View History

2019-02-20 23:10:38 +01:00
#!/bin/sh
set -eu
2019-09-15 20:55:14 +02:00
cd /opt/novnc/utils/websockify/
2019-02-20 23:10:38 +01:00
exec 2>&1
2021-11-02 19:17:57 +01:00
exec /usr/bin/python3 -m websockify --web /opt/novnc/ 6080 127.0.0.1:5900