#!/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 part of the azure-baseimage-patch package
#              It is installed from /usr/share/doc/azure-baseimage-patch/ to /etc/cron.daily/
apt-get update && apt-get install -y azure-baseimage-patch
