Update default LOG_FILE variable.

This commit is contained in:
Nick Hepler 2024-10-22 21:26:12 -04:00
parent 69c2148294
commit 7509d13931

View File

@ -8,7 +8,7 @@ MESSAGE="<YOUR_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() {