From 7509d13931c9c1342d6e29ac8fae5fa32a4fa866 Mon Sep 17 00:00:00 2001 From: Nick Hepler Date: Tue, 22 Oct 2024 21:26:12 -0400 Subject: [PATCH] Update default LOG_FILE variable. --- gotifyer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotifyer.sh b/gotifyer.sh index 9d4abd6..ed4c883 100644 --- a/gotifyer.sh +++ b/gotifyer.sh @@ -8,7 +8,7 @@ MESSAGE="" HOSTNAME=$(hostname) # Get the hostname of the machine TITLE="$HOSTNAME - $MESSAGE_TITLE" # Title with hostname prefixing the message PRIORITY=5 # Notification priority (1-5) -LOG_FILE="gotify_notifications.log" +LOG_FILE="gotifyer.log" # Function to log messages log_message() {