Skip to content

Commit

Permalink
remove warn
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Dec 6, 2023
1 parent 98e3493 commit 2b7e889
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b7e889

Please sign in to comment.