diff --git a/root/etc/e-smith/events/actions/contribs-possible-restart-smanager b/root/etc/e-smith/events/actions/contribs-possible-restart-smanager index 723b8ab..de55ecb 100644 --- a/root/etc/e-smith/events/actions/contribs-possible-restart-smanager +++ b/root/etc/e-smith/events/actions/contribs-possible-restart-smanager @@ -1,8 +1,8 @@ #!/bin/sh if (systemctl list-unit-files |grep smanager) then echo "Restarting smanager" - /sbin/e-smith/signal-event manager2-refresh; + /sbin/e-smith/signal-event smanager-refresh; systemctl restart smanager else - echo "Smanager not loaded" -fi + echo "smanager not loaded" +fi \ No newline at end of file diff --git a/root/usr/share/smanager/themes/default/templates/uservacations.html.ep b/root/usr/share/smanager/themes/default/templates/uservacations.html.ep index faec6fd..ba704b7 100644 --- a/root/usr/share/smanager/themes/default/templates/uservacations.html.ep +++ b/root/usr/share/smanager/themes/default/templates/uservacations.html.ep @@ -3,7 +3,7 @@ % content_for 'module' => begin
- % if (config->{debug} == 0) { + % if (config->{debug} == 1) {

%= dumper $c->current_route

@@ -39,4 +39,4 @@ %}
-%end +%end \ No newline at end of file diff --git a/smeserver-vacation.spec b/smeserver-vacation.spec index 29259c6..fa4c35d 100644 --- a/smeserver-vacation.spec +++ b/smeserver-vacation.spec @@ -4,7 +4,7 @@ %define name smeserver-vacation %define version 11.0.0 -%define release 2 +%define release 3 Summary: SME Server enhancement to enable vacation messages for users. Name: %{name} Version: %{version} @@ -30,6 +30,10 @@ Optionally provides a user-manager panel where users can enable vacation for themselves and to modify their own message %changelog +* Thu Oct 02 2025 Brian Read 11.0.0-3.sme +- Fix typo in event template [SME: 13208] +- Correct check on debug config for showing route [SME: 13208] + * Wed Oct 01 2025 Brian Read 11.0.0-2.sme - Restore missing lex file [SME: 13208] - Make front end work for user panel as well as admin panel [SME: 13208]