diff --git a/kasmweb/utils/launch.sh b/kasmweb/utils/launch.sh index 0978b33..6138b91 100755 --- a/kasmweb/utils/launch.sh +++ b/kasmweb/utils/launch.sh @@ -128,7 +128,7 @@ if [ -n "${KEY}" ]; then fi # try to find websockify (prefer local, try global, then download local) -if [[ -e ${HERE}/websockify ]]; then +if [[ -d ${HERE}/websockify ]]; then WEBSOCKIFY=${HERE}/websockify/run if [[ ! -x $WEBSOCKIFY ]]; then