diff --git a/pongo.sh b/pongo.sh index 06f98665..4a476b9c 100755 --- a/pongo.sh +++ b/pongo.sh @@ -27,10 +27,6 @@ function globals { DOCKER_COMPOSE_FILES="-f ${LOCAL_PATH}/assets/docker-compose.yml" # macOS or WSL working on a drvfs mount doesn't support named pipes or Unix Domain Socket if [ "$(uname -s)" == "Darwin" ] || ! (rm -f .pongo_test.sock; mkfifo .pongo_test.sock) 2>/dev/null; then - warn "Current directory doesn't support nix Domain Socket, thus only logs are" - warn "exposed onto host. To view other files under servroot, exec into the" - warn "pongo container and inspect \$KONG_PREFIX directory" - rm -f .pongo_test.sock DOCKER_COMPOSE_FILES="$DOCKER_COMPOSE_FILES -f ${LOCAL_PATH}/assets/docker-compose-nonlinux-extend.yml" else