You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nextcloud-startup-script.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -562,7 +562,7 @@ bash $SCRIPTS/update.sh minor
562
562
563
563
# Check if new major is out, and inform on how to update
564
564
nc_update
565
-
if version_gt "$NCVERSION""$CURRENTVERSION"
565
+
if version_gt "$NCMAJOR""$CURRENTMAJOR"
566
566
then
567
567
msg_box "We noticed that there's a new major release of Nextcloud ($NCVERSION).\nIf you want to update to the latest release instantly, please check this:\n
0 commit comments