#!/bin/bash -e
# Filename:    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.
#              This is installed to /etc/cron.daily as part of azure-baseimage-patch
apt-get update && apt-get install -y azure-baseimage-patch