From 921040d215bb50dfce9140bbbbfad90642495847 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 30 Oct 2023 22:28:44 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 99dffed0..669874e3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -586,6 +586,7 @@ BACKUP_OFFSITEPFSENSE(){ mount -a sleep 2s if [ ! -f ${BAKFOLDER}/mounted ]; then + echo "Can't mount backup folder" SENDNOTICE "Offsite pfSense Backup Failed" "Could not mount backup folder '${BAKFOLDER}'" exit 1 fi