Reworked the setup program to use the new config system.
[citadel.git] / citadel / debian / citadel-server.postinst
index a328af8bb325f59100ecebdef8d37da5124196eb..b5227a4c2bf149b7efe2c3d15043aada8fa5f8f6 100644 (file)
@@ -37,7 +37,7 @@ case "$1" in
         export CITADEL='/var/run/citadel'
        export CITADEL_PORT=504
         export CITADEL_INSTALLER=yes
-        export CITADEL_UID=`grep ^citadel: /etc/passwd | cut -d :  -f 3`
+       export CITADEL_UID=`grep ^citadel: /etc/passwd | cut -d :  -f 3`
         export ACT_AS_MTA=no
         export SYSADMIN_NAME=$admin
         export CREATE_XINETD_ENTRY=no