Merge "Make sure there is a space after debug in virtlogd_wrapper"

This commit is contained in:
Zuul 2021-09-01 15:29:18 +00:00 committed by Gerrit Code Review
commit ebe50fce5f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Boolean $debug
| -%>
#!/bin/bash
<%- if $debug { -%>set -x<%- } -%>
<%- if $debug { -%>set -x<%- } %>
ARGS="$@"
NAME=nova_virtlogd
CMD='/usr/sbin/virtlogd --config /etc/libvirt/virtlogd.conf'