[fix] This need quotes because this can be sourced by another program

This commit is contained in:
Alexandre Aubin 2019-06-05 17:33:53 +02:00
parent 9017226019
commit e63d3986b2

View file

@ -12,7 +12,7 @@ SRS_DOMAIN={{ main_domain }}
# the domain itself. Separate multiple domains by space or comma. # the domain itself. Separate multiple domains by space or comma.
# We have to put some "dummy" stuff at start and end... see this comment : # We have to put some "dummy" stuff at start and end... see this comment :
# https://github.com/roehling/postsrsd/issues/64#issuecomment-284003762 # https://github.com/roehling/postsrsd/issues/64#issuecomment-284003762
SRS_EXCLUDE_DOMAINS=dummy {{ domain_list }} dummy SRS_EXCLUDE_DOMAINS="dummy {{ domain_list }} dummy"
# First separator character after SRS0 or SRS1. # First separator character after SRS0 or SRS1.
# Can be one of: -+= # Can be one of: -+=