We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcd42d commit 873d20cCopy full SHA for 873d20c
bin/v-list-sys-services
@@ -271,7 +271,7 @@ if [ ! -z "$FIREWALL_SYSTEM" ] && [ "$FIREWALL_SYSTEM" != 'remote' ]; then
271
state="running"
272
fi
273
data="$data\nNAME='$FIREWALL_SYSTEM' SYSTEM='firewall'"
274
- data="$data STATE='$state' CPU='0' MEM='0' RTIME='0'"
+ data="$data STATE='$state' CPU='0' MEM='0' RTIME='$rtime'"
275
276
277
# Checking FIREWALL Fail2ban extention
0 commit comments