Minor cosmetic/wording changes

This commit is contained in:
JRGTH
2025-11-19 02:21:15 -04:00
parent 2e7c30a48b
commit 5de394ffa8
3 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
====================== ======================
Version Description Version Description
1.2.27......Minor cosmetic/wording changes.
1.2.26......Minor cosmetic/wording changes. 1.2.26......Minor cosmetic/wording changes.
1.2.25......Add 'etcupdate' missing command, update bundled files. 1.2.25......Add 'etcupdate' missing command, update bundled files.
1.2.24......Minor code changes/improvements. 1.2.24......Minor code changes/improvements.

View File

@@ -246,9 +246,9 @@ if($_POST):
if($retval == 0): if($retval == 0):
$update_release = exec("/usr/sbin/jexec -l {$item} freebsd-version"); $update_release = exec("/usr/sbin/jexec -l {$item} freebsd-version");
if (($_POST['update_jail_force']) || ($_POST['update_base_force'])): if (($_POST['update_jail_force']) || ($_POST['update_base_force'])):
$savemsg .= sprintf(gtext("Container release forcefully updated to %s successfully."),$update_release); $savemsg .= sprintf(gtext("Container release forcefully updated to %s successfully, a restart is required to apply pending changes."),$update_release);
else: else:
$savemsg .= sprintf(gtext("Container release updated to %s successfully."),$update_release); $savemsg .= sprintf(gtext("Container release updated to %s successfully, a restart is required to apply pending changes."),$update_release);
endif; endif;
if ($_POST['update_base']): if ($_POST['update_base']):
exec("/usr/local/bin/bastille config {$item} set osrelease $update_release"); exec("/usr/local/bin/bastille config {$item} set osrelease $update_release");

View File

@@ -1 +1 @@
1.2.26 1.2.27