add netdata to admin stack

This commit is contained in:
VirtuBox
2019-04-03 07:41:29 +02:00
parent 4f6df9862b
commit 4b69122aaf

View File

@@ -1258,6 +1258,7 @@ class WOStackController(CementBaseController):
self.app.pargs.phpmyadmin = True
self.app.pargs.composer = True
self.app.pargs.utils = True
self.app.pargs.netdata = True
if self.app.pargs.redis:
if not WOAptGet.is_installed(self, 'redis-server'):