Skip to content

Commit 2d9152d

Browse files
committed
aio-interface: hide instructions for upgrading to nc31
Signed-off-by: Simon L. <[email protected]>
1 parent 1259d43 commit 2d9152d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/templates/containers.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{% set isBackupOrRestoreRunning = false %}
3434
{% set isApacheStarting = false %}
3535
{# Setting newMajorVersion to '' will hide corresponding options/elements, can be set to an integer like 26 in order to show corresponding elements. If set, also increase installLatestMajor in https://github.com/nextcloud/all-in-one/blob/main/php/src/Controller/DockerController.php #}
36-
{% set newMajorVersion = 31 %}
36+
{% set newMajorVersion = '' %}
3737

3838
{% if is_backup_container_running == true %}
3939
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}

0 commit comments

Comments
 (0)