Index: /trunk/tools/who_uses_the_cluster/who_uses_the_cluster_analyze.sh
===================================================================
--- /trunk/tools/who_uses_the_cluster/who_uses_the_cluster_analyze.sh	(revision 29108)
+++ /trunk/tools/who_uses_the_cluster/who_uses_the_cluster_analyze.sh	(revision 29109)
@@ -5,4 +5,6 @@
 echo "Sleeping 17s"
 sleep 17
-/bin/rm -f ~/htdocs/ippMonitor/sc/sc.html
-$INSTALLDIR/_who_uses_the_cluster_analyze.pl > ~/htdocs/ippMonitor/sc/sc.html
+CLUSTERMONITORDIR=~/htdocs/clusterMonitor
+mkdir -p $CLUSTERMONITORDIR
+/bin/rm -f $CLUSTERMONITORDIR/top.html
+$INSTALLDIR/_who_uses_the_cluster_analyze.pl > $CLUSTERMONITORDIR/top.html
