add break lines to make things more readable

This commit is contained in:
meaz 2023-08-03 11:29:21 +02:00
parent 8aaddb6257
commit b439d7c611
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -55,12 +55,15 @@ UserParameter=dovecot.processes,ps -A |grep imap |wc -l
# Lufi # Lufi
UserParameter=lufi[*],cat /tmp/lufi_stats | grep $1 | cut -d' ' -f2- UserParameter=lufi[*],cat /tmp/lufi_stats | grep $1 | cut -d' ' -f2-
{% endif %} {% endif %}
{% if item.name == 'privatebin' %} {% if item.name == 'privatebin' %}
# PrivateBin # PrivateBin
UserParameter=privatebin[*],cat /tmp/bin_stats | grep $1 | cut -d' ' -f2- UserParameter=privatebin[*],cat /tmp/bin_stats | grep $1 | cut -d' ' -f2-
{% endif %} {% endif %}
{% if item.name == 'etherpad' %} {% if item.name == 'etherpad' %}
# Etherpad # Etherpad
UserParameter=etherpad[*],cat /tmp/pad_stats | grep $1 | cut -d' ' -f2- UserParameter=etherpad[*],cat /tmp/pad_stats | grep $1 | cut -d' ' -f2-
{% endif %} {% endif %}
{% endfor %} {% endfor %}