diff --git a/README.md b/README.md index 5177db3..e2f58de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # uiScribe ## v1.4.11 -### Updated on 2026-Jan-05 +### Updated on 2026-Jan-11 ## About uiScribe updates the System Log page to show log files created by Scribe (syslog-ng). Requires [**Scribe**](https://github.com/cynicastic/scribe) diff --git a/uiScribe.sh b/uiScribe.sh index f8d118e..83e0025 100644 --- a/uiScribe.sh +++ b/uiScribe.sh @@ -13,7 +13,7 @@ ## Forked from https://github.com/jackyaz/uiScribe ## ## ## ######################################################## -# Last Modified: 2026-Jan-05 +# Last Modified: 2026-Jan-11 #------------------------------------------------------- ########### Shellcheck directives ########## @@ -30,7 +30,7 @@ ### Start of script variables ### readonly SCRIPT_NAME="uiScribe" readonly SCRIPT_VERSION="v1.4.11" -readonly SCRIPT_VERSTAG="26010522" +readonly SCRIPT_VERSTAG="26011120" SCRIPT_BRANCH="develop" SCRIPT_REPO="https://raw.githubusercontent.com/AMTM-OSR/$SCRIPT_NAME/$SCRIPT_BRANCH" readonly SCRIPT_DIR="/jffs/addons/${SCRIPT_NAME}.d" @@ -647,7 +647,7 @@ Generate_Log_List() do ScriptHeader _GenerateLogFileList_ - printf "\n ${BOLD}Select a log file to toggle inclusion in %s [${GRNct}1-%d${CLRct}]:${CLRct} " "$SCRIPT_NAME" "$logCount" + printf "\n ${BOLD}Select a log file to toggle inclusion in WebUI [${GRNct}1-%d${CLRct}]:${CLRct} " "$logCount" read -r logFileNum if [ "$logFileNum" = "e" ]