Commit b992f7c7 authored by Amir Malik's avatar Amir Malik Committed by Joel Martin

use cd, dirname, and pwd to determine path instead of readlink (Mac fix)

parent a22a3cc0
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment