#!/bin/bash # Remove trigger file when system is going reboot of halt if [ -e /var/run/reboot-required ]; then rm /var/run/reboot-required fi