mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-30 17:09:38 +00:00
use cd, dirname, and pwd to determine path instead of readlink (Mac fix)
This commit is contained in:
@@ -20,7 +20,7 @@ usage() {
|
||||
}
|
||||
|
||||
NAME="$(basename $0)"
|
||||
HERE=$(readlink -f $(dirname $0))
|
||||
HERE="$(cd "$(dirname "$0")" && pwd)"
|
||||
WEB_PORT="6080"
|
||||
PROXY_PORT="6081"
|
||||
VNC_DEST="localhost:5900"
|
||||
|
||||
Reference in New Issue
Block a user