* Thu Oct 02 2025 Brian Read <brianr@koozali.org> 11.0.0-3.sme
- Fix typo in event template [SME: 13208] - Correct check on debug config for showing route [SME: 13208]
This commit is contained in:
@@ -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
|
@@ -3,7 +3,7 @@
|
||||
% content_for 'module' => begin
|
||||
<div id="module" class="module vacation-panel">
|
||||
|
||||
% if (config->{debug} == 0) {
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
</p>
|
||||
@@ -39,4 +39,4 @@
|
||||
%}
|
||||
|
||||
</div>
|
||||
%end
|
||||
%end
|
Reference in New Issue
Block a user