mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-10 17:00:18 +01:00
Minor cosmetic/wording changes
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
======================
|
||||
Version Description
|
||||
|
||||
1.2.27......Minor cosmetic/wording changes.
|
||||
1.2.26......Minor cosmetic/wording changes.
|
||||
1.2.25......Add 'etcupdate' missing command, update bundled files.
|
||||
1.2.24......Minor code changes/improvements.
|
||||
|
||||
@@ -246,9 +246,9 @@ if($_POST):
|
||||
if($retval == 0):
|
||||
$update_release = exec("/usr/sbin/jexec -l {$item} freebsd-version");
|
||||
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:
|
||||
$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;
|
||||
if ($_POST['update_base']):
|
||||
exec("/usr/local/bin/bastille config {$item} set osrelease $update_release");
|
||||
|
||||
Reference in New Issue
Block a user