llvmbot monitor: Remove the favicon status feature
The .ico files are the only thing in this folder I can't trace
the origin of.
So to add a license file I need to remove them or find new ones.
* The current ones don't work in Chrome (need to be at least 48x48).
* I don't personally use the favicon even if it's there.
* You'd have to have an auto-reload feature to have it update
without you going to the page yourself.
* If it is red, you're going to want to glance at what is
red.
Either way you read the page and the favicon isn't adding anything.
So I'm removing the whole feature. It can come back if
someone wants to find some properly licensed icons.
Change-Id: I220dd7b0c40e46aa37e912145dbd77dc7cb26a68
diff --git a/monitor/install.sh b/monitor/install.sh
index 5501822..1b8b703 100755
--- a/monitor/install.sh
+++ b/monitor/install.sh
@@ -62,10 +62,8 @@
ln -sf "$BASE/$JSON" "$ROOT/bin/$JSON"
fi
-# Creates html dir for page and icons
+# Creates html dir for page
mkdir -p "$ROOT/html"
-ln -sf "$BASE/fail.ico" "$ROOT/html/fail.ico"
-ln -sf "$BASE/ok.ico" "$ROOT/html/ok.ico"
touch "$ROOT/html/index.html"
echo