#!/usr/bin/env bash

#ensure /var/run exists then create the reboot-required flag
mkdir -p /var/run
touch /var/run/reboot-required

