#!/bin/bash -e
# Filename:    /etc/cron.daily/sbi-selfpatch
# Author:      Matthew Bearup
# Description: Patch the sbi patch package. If a broken version of this package
#              is pushed to production, this cron job makes sure that a fixed 
#              version is subsequently pulled down.
apt-get update && apt-get install -y azure-baseimage-patch
