#!/bin/bash
cd /opt/novnc
exec /bin/bash /opt/novnc/utils/novnc_proxy \
  --vnc 192.168.50.111:5900 \
 --listen 127.0.0.1:6080 \
  --web /opt/novnc
