Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**scribe** is a **syslog-ng** and **logrotate** installer for ASUS routers running **Asuswrt-Merlin**

## v3.2.6
### Updated on 2025-Dec-20
### Updated on 2025-Dec-21

## Getting Started

Expand Down
6 changes: 3 additions & 3 deletions scribe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# curl --retry 3 "https://raw.githubusercontent.com/AMTM-OSR/scribe/master/scribe.h" -o "/jffs/scripts/scribe" && chmod 0755 /jffs/scripts/scribe && /jffs/scripts/scribe install
#
##################################################################
# Last Modified: 2025-Dec-18
# Last Modified: 2025-Dec-21
#-----------------------------------------------------------------

################ Shellcheck directives ################
Expand Down Expand Up @@ -78,7 +78,7 @@ readonly scribe_ver="v3.2.6"
# Version 'vX.Y_Z' format because I'm stubborn #
script_ver="$( echo "$scribe_ver" | sed 's/\./_/2' )"
readonly script_ver
readonly scriptVer_TAG="25121822"
readonly scriptVer_TAG="25122122"
readonly scriptVer_long="$scribe_ver ($scribe_branch)"
readonly script_author="AMTM-OSR"
readonly raw_git="https://raw.githubusercontent.com"
Expand Down Expand Up @@ -1256,7 +1256,7 @@ _RotateAllLogFiles_Preamble_()
cat "$noConfigLogList" > "$tmpLogRotateAction"
cat <<EOF >> "$tmpLogRotateAction"
{
lastaction
postrotate
/usr/bin/killall -HUP syslog-ng
endscript
}
Expand Down