Handle osrelease parameter update in bastille-init

This commit is contained in:
JRGTH
2025-09-08 02:19:30 -04:00
parent 98cf9d85f0
commit c041aa4711
4 changed files with 4 additions and 2 deletions

View File

@@ -275,7 +275,6 @@ if($_POST):
unset($output,$retval);mwexec2($cmd,$output,$retval);
if($retval == 0):
$savemsg .= sprintf(gtext("Container base release changed to %s successfully."),$new_release);
exec("/usr/local/bin/bastille config {$item} set osrelease $new_release");
exec("echo '{$date}: {$application}: Container base release changed to {$new_release} on {$item} successfully' >> {$logfile}");
//header('Location: bastille_manager_gui.php');
//exit;