diff --git a/install-keil.sh b/install-keil.sh
index cd50203..0678ce3 100755
--- a/install-keil.sh
+++ b/install-keil.sh
@@ -12,7 +12,7 @@ mkdir -p --mode=777 /tmp/.X11-unix;
 
 # Create a job for waiting for Xvfb to start
 watchStarting="$(mktemp)";
-{ 2>&1 inotifywait -e create /tmp/.X11-unix/; } | { sed -u -e "/^Watches established.$/e rm \"$watchStarting\""; } &
+{ 2>&1 inotifywait -e create /tmp/.X11-unix/ > /dev/null; } | { sed -u -e "/^Watches established.$/e rm \"$watchStarting\""; } &
 displayResolver="$!";
 
 # Wait for `inotifywait` to start