Find proper services, some false positives

This commit is contained in:
Alex D. 2018-11-17 20:52:57 +01:00
parent 841f53f579
commit 6d63d834fe
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ containers=(
panelversion=$(getlatest "Pterodactyl/panel")
themeversion=$(getlatest "RXCommunity/RedXen-Panel")
dockercont=$(docker ps)
servicelist=$(systemctl status | grep service)
servicelist=$(systemctl list-units --type=service --state=active | grep -oe ".*\.service")
dockerstatus=$(systemctl status | grep -c docker)
## Colors