From 7ddf468860bb6857af00aa299c5a157f4e3366ff Mon Sep 17 00:00:00 2001 From: Martinski4GitHub <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sun, 4 Jan 2026 02:09:17 -0800 Subject: [PATCH] Improvements and Fine-Tuning Show the full log file when running logrotate in debug mode. --- scribe.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scribe.sh b/scribe.sh index 1b2c869..86c4c23 100644 --- a/scribe.sh +++ b/scribe.sh @@ -35,7 +35,7 @@ readonly script_name="scribe" readonly scribe_ver="v3.2.7" -readonly scriptVer_TAG="26010400" +readonly scriptVer_TAG="26010401" scribe_branch="develop" script_branch="$scribe_branch" @@ -2337,9 +2337,9 @@ scribe_menu() then _DoRotateLogFiles_ DEBUG TEMP _ReleaseFLock_ - less "$lr_temp" - dlt "$lr_temp" + more "$lr_temp" ; echo pause=false + PressEnterTo "continue..." else printf "\n${red} Unable to acquire lock to run logrotate.${std}\n" printf "\n${red} The program may be currently running.${std}\n\n"