generated from smedev/Template-for-SMEServer-Core-Package
* Thu Oct 02 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-30.sme
- run route and navigation scripts for smanager if panel present [SME: 13178]
This commit is contained in:
@@ -417,6 +417,11 @@ class SMEServer(dnf.Plugin):
|
||||
if "/etc/e-smith/web/panels/manager/cgi-bin" in tsmem.files :
|
||||
self.log(" ==> pannel detected : adding navigation-conf")
|
||||
actionlist['S80navigation-conf']="/etc/e-smith/events/actions/navigation-conf"
|
||||
if "/usr/share/smanager/lib/SrvMngr" in tsmem.files :
|
||||
self.log(" ==> panel v2 detected : adding navigation2-conf")
|
||||
actionlist['S80navigation2-conf']="/etc/e-smith/events/actions/navigation2-conf"
|
||||
self.log(" ==> panel v2 detected : adding routes2-conf")
|
||||
actionlist['S80routes2-conf']="/etc/e-smith/events/actions/routes2-conf"
|
||||
# end of for installed list
|
||||
|
||||
#only for debug
|
||||
|
Reference in New Issue
Block a user