Update default LOG_FILE variable.
This commit is contained in:
parent
69c2148294
commit
7509d13931
@ -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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user