add break lines to make things more readable
This commit is contained in:
parent
8aaddb6257
commit
b439d7c611
1 changed files with 3 additions and 0 deletions
|
@ -55,12 +55,15 @@ UserParameter=dovecot.processes,ps -A |grep imap |wc -l
|
|||
# Lufi
|
||||
UserParameter=lufi[*],cat /tmp/lufi_stats | grep $1 | cut -d' ' -f2-
|
||||
{% endif %}
|
||||
|
||||
{% if item.name == 'privatebin' %}
|
||||
# PrivateBin
|
||||
UserParameter=privatebin[*],cat /tmp/bin_stats | grep $1 | cut -d' ' -f2-
|
||||
{% endif %}
|
||||
|
||||
{% if item.name == 'etherpad' %}
|
||||
# Etherpad
|
||||
UserParameter=etherpad[*],cat /tmp/pad_stats | grep $1 | cut -d' ' -f2-
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue