Skip to content

Commit

Permalink
DRIVERS-2991 Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Sep 26, 2024
1 parent f0e4806 commit b8c5ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/start-orchestration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ elif [ -x "$(command -v ss)" ]; then
kill -9 "$OLD_MO_PID" || true
fi
else
echo "Unable to identify the OS (${OSTYPE:?}) or find necessary utilities (lsof/ss) to kill the process."
echo "Unable to identify the OS (${OSTYPE:?}) or find necessary utilities (fuser/lsof/ss) to kill the process."
exit 1
fi

Expand Down

0 comments on commit b8c5ec4

Please sign in to comment.