X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=filesystem%2Fusr%2Flocal%2Fbin%2Fmyupgrade;h=7973d670fb707d6817a950cf1996242dbff4daf2;hb=dca8796ccf923c3d4edea468bab38e86b83510df;hp=32dd7fffddb13b2c1d9c38a63bfad22cdf90e5c3;hpb=4b3f043829a57215e1251122a8ab0019b717ca8d;p=distro-setup diff --git a/filesystem/usr/local/bin/myupgrade b/filesystem/usr/local/bin/myupgrade index 32dd7ff..7973d67 100755 --- a/filesystem/usr/local/bin/myupgrade +++ b/filesystem/usr/local/bin/myupgrade @@ -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.