Skip to content

Commit b85481a

Browse files
Fine-tuning Code
1 parent 1ceaa78 commit b85481a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MerlinAU.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2853,8 +2853,8 @@ _CheckForNewScriptUpdates_()
28532853

28542854
if [ "$DLRepoVersionNum" -gt "$ScriptVersionNum" ] || \
28552855
{
2856-
[ "$DLRepoVersionNum" -eq "$ScriptVersionNum" ] && \
2857-
[ "$DLRepoBuildNum" -gt "$ScriptBuildNum" ]
2856+
[ "$DLRepoBuildNum" -gt "$ScriptBuildNum" ] && \
2857+
[ "$DLRepoVersionNum" -eq "$ScriptVersionNum" ]
28582858
}
28592859
then
28602860
scriptUpdateNotify="New script update available.

0 commit comments

Comments
 (0)