Skip to content

Commit 1da40c7

Browse files
Minor Change
Just a very minor change to make the logger tag consistent with other add-ons, which users find it easier to add to Scribe syslog-ng (if needed).
1 parent ef5295d commit 1da40c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MerlinAU.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
#
55
# Original Creation Date: 2023-Oct-01 by @ExtremeFiretop.
66
# Official Co-Author: @Martinski W. - Date: 2023-Nov-01
7-
# Last Modified: 2026-Jan-24
7+
# Last Modified: 2026-Feb-06
88
###################################################################
99
set -u
1010

1111
## Set version for each Production Release ##
1212
readonly SCRIPT_VERSION=1.5.9
13-
readonly SCRIPT_VERSTAG="26012404"
13+
readonly SCRIPT_VERSTAG="26020622"
1414
readonly SCRIPT_NAME="MerlinAU"
1515
## Set to "master" for Production Releases ##
1616
SCRIPT_BRANCH="dev"
@@ -332,7 +332,7 @@ Say()
332332
logMsg="$(echo "$1" | \
333333
sed 's/\\e\[[0-1]m//g; s/\\e\[[3-4][0-9]m//g; s/\\e\[[0-1];[3-4][0-9]m//g; s/\\e\[30;10[1-9]m//g; s/\\n/ /g')"
334334
_UserLogMsg_ "$logMsg"
335-
printf "$logMsg" | logger -t "[${SCRIPT_NAME}] $$"
335+
printf "$logMsg" | logger -t "${SCRIPT_NAME}_[$$]"
336336
}
337337

338338
##----------------------------------------------##

0 commit comments

Comments
 (0)