diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/reboot.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/reboot.html.ep
index ec25364..e9a0fbb 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/reboot.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/reboot.html.ep
@@ -6,11 +6,11 @@
% if (config->{debug} == 1) {
- <%= dumper $c->current_route %>
+ <%= dumper $c->current_route %>
% }
- <%= $title %>
+ <%= $title %>
@@ -36,7 +36,7 @@
% my $btn = l('PERFORM');
- <%= hidden_field 'debug' => '1' %>
+ <%= hidden_field 'debug' => '0' %>
diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec
index 7958222..f61d120 100644
--- a/smeserver-manager-AdminLTE.spec
+++ b/smeserver-manager-AdminLTE.spec
@@ -1,6 +1,6 @@
%define name smeserver-manager-AdminLTE
%define version 11.0.0
-%define release 50
+%define release 51
Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2
Name: %{name}
@@ -29,6 +29,9 @@ AdminLTE is an html framework for admin consoles
wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip
%changelog
+* Tue Aug 05 2025 John Crisp 11.0.0-51.sme
+- Fix reboot/shutdown failure - thanks Massimo [SME: 13097]
+
* Mon Aug 04 2025 John Crisp 11.0.0-50.sme
- Fix yum update template - thanks Massimo [SME: 13095]