#!/usr/bin/env sh
set -e
cd "$(dirname "$0")"
#export LC_PVE_TICKET="123456"
exec python3 -m websockify "$@"
