* fix welcome mail sending; thanks to Frank Lichtenheld for pointing this out.
authorWilfried Göesgens <willi@citadel.org>
Thu, 19 Jun 2008 18:10:10 +0000 (18:10 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 19 Jun 2008 18:10:10 +0000 (18:10 +0000)
citadel/debian/citadel-server.postinst

index b397b0755d81d1a97c0714172a76bace89409e68..616f2104b1846b4d8af7d4e60dbe7dcc0a1bde84 100644 (file)
@@ -51,7 +51,7 @@ case "$1" in
                sleep 1
                i=$(($i + 1))
            done
-           if test -S /var/run/citadel/lmtp.socket ; then
+           if test -S /var/run/citadel/lmtp.socket ; then
                export SEPERATOR=2600908b3f21ae7f692b973ed26e212d
                export WELCOMEHTML=/usr/share/doc/citadel-server/welcomemail.html
                export WELCOMETXT=/usr/share/doc/citadel-server/welcomemail.txt