From: Maximilian Wilhelm Date: Mon, 5 Sep 2005 19:00:09 +0000 (+0000) Subject: Doch noch nen bug entdeckt X-Git-Tag: v0.4.1~29 X-Git-Url: http://git.rfc2324.org/?p=ssh-keysync.git;a=commitdiff_plain;h=f8d6046d6d1b4186846e9aaa1bc8dc3817e3aac8 Doch noch nen bug entdeckt --- diff --git a/files/upgrade_sshkeysync b/files/upgrade_sshkeysync index 0bc3f9f..c294168 100644 --- a/files/upgrade_sshkeysync +++ b/files/upgrade_sshkeysync @@ -81,8 +81,8 @@ EOF if [ "${DOMAIN}" ]; then echo "[$DOMAIN]" >> "${CONFIGFILE}" [ "${ALT_DOMAINS}" ] && echo "alt_domains = ${ALT_DOMAINS}" >> "${CONFIGFILE}" - echo "separate_outfile = 1" >> "${CONFIGFILE}" - echo "common_outfile = 1" >> "${CONFIGFILE}" + echo "separate_outfile = yes" >> "${CONFIGFILE}" + echo "common_outfile = yes" >> "${CONFIGFILE}" fi else