Don't skip ZFS activation if "Available but not enabled" status displayed

This commit is contained in:
Jose
2020-05-11 17:33:39 -04:00
parent 4cc63f2f08
commit 7fdfbaacbd
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
======================
Version Description
1.0.54......Don't skip ZFS activation if "Available but not enabled" status displayed.
1.0.53......Add initial ZFS activation guided support.
1.0.52......Switch repository for early updates and bug fixes.
1.0.51......Jail rename to last position, prevent for null autoboot variables.

View File

@@ -50,7 +50,7 @@ if(!initial_install_banner()):
. gtext('Please check and configure ZFS support option first.')
. '</a>'
. '</br>'
. gtext('Or click Activate to save current configuration regardless.');
. gtext('Or click Save to store current configuration regardless.');
$prerequisites_ok = false;
endif;

View File

@@ -1 +1 @@
1.0.53
1.0.54