#!/bin/bash if [[ -n "$WEBSOCK" ]]; then websockify --web /usr/share/novnc 6080 localhost:5900 & fi eval "$@"