Skip to content

Commit 1bf1664

Browse files
Update MerlinAU.sh
1 parent 3444433 commit 1bf1664

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

MerlinAU.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
###################################################################
99
set -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}"

0 commit comments

Comments
 (0)