File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 44#
55# Original Creation Date: 2023-Oct-01 by @ExtremeFiretop.
66# Official Co-Author: @Martinski W. - Date: 2023-Nov-01
7- # Last Modified: 2024-Aug-18
7+ # Last Modified: 2024-Sep-02
88# ##################################################################
99set -u
1010
@@ -4729,6 +4729,9 @@ _ManageChangelogMerlin_()
47294729 return 0
47304730}
47314731
4732+ # #------------------------------------------##
4733+ # # Modified by ExtremeFiretop [2024-Sep-02] ##
4734+ # #------------------------------------------##
47324735_ManageChangelogGnuton_ ()
47334736{
47344737 if [ $# -eq 0 ] || [ -z " $1 " ]
@@ -4755,7 +4758,10 @@ _ManageChangelogGnuton_()
47554758 FW_Changelog_GITHUB=" ${FW_BIN_DIR} /${FW_FileName} _Changelog.txt"
47564759
47574760 wgetLogFile=" ${FW_BIN_DIR} /${ScriptFNameTag} .WGET.LOG"
4758- printf " \nRetrieving ${GRNct}${FW_Changelog_GITHUB}${NOct} ...\n"
4761+
4762+ if [ " $mode " = " view" ]; then
4763+ printf " \nRetrieving ${GRNct}${FW_Changelog_GITHUB}${NOct} ...\n"
4764+ fi
47594765
47604766 wget --timeout=5 --tries=4 --waitretry=5 --retry-connrefused \
47614767 -O " $FW_Changelog_GITHUB " -o " $wgetLogFile " " ${Gnuton_changelogurl} "
You can’t perform that action at this time.
0 commit comments