We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ceaa78 commit b85481aCopy full SHA for b85481a
MerlinAU.sh
@@ -2853,8 +2853,8 @@ _CheckForNewScriptUpdates_()
2853
2854
if [ "$DLRepoVersionNum" -gt "$ScriptVersionNum" ] || \
2855
{
2856
- [ "$DLRepoVersionNum" -eq "$ScriptVersionNum" ] && \
2857
- [ "$DLRepoBuildNum" -gt "$ScriptBuildNum" ]
+ [ "$DLRepoBuildNum" -gt "$ScriptBuildNum" ] && \
+ [ "$DLRepoVersionNum" -eq "$ScriptVersionNum" ]
2858
}
2859
then
2860
scriptUpdateNotify="New script update available.
0 commit comments