mostly fixes and improvements
[distro-setup] / filesystem / usr / local / bin / myupgrade
index 32dd7fffddb13b2c1d9c38a63bfad22cdf90e5c3..7973d670fb707d6817a950cf1996242dbff4daf2 100755 (executable)
@@ -48,6 +48,13 @@ myreboot() {
 }
 
 
+case $HOSTNAME in
+  kd)
+    /a/bin/buildscripts/prometheus
+    ;;
+esac
+
+
 # TODO: executed from cron, this doesnt sent an email when we reboot,
 # because rebooting from the script stops the ability to send email.
 # We should figure some workaround.