From e45f63634bb50764d060e67ecbb4b27f955ad060 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 5 Nov 2023 18:40:29 +0000 Subject: [PATCH] Add pushover alerts to rc.{local,shutdown}. --- etc/rc.local | 2 +- etc/rc.shutdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.local b/etc/rc.local index d41f523..b660de8 100755 --- a/etc/rc.local +++ b/etc/rc.local @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Default rc.local for void; add your custom commands here. # # This is run by runit in stage 2 before the services are executed diff --git a/etc/rc.shutdown b/etc/rc.shutdown index c21e4fa..34a327c 100755 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Default rc.shutdown for void; add your custom commands here. # # This is run by runit in stage 3 after the services are stopped