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() {