[pkg-kolab] r1167 - kolab-webclient/trunk/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sun Jan 25 21:19:29 UTC 2009


Author: mparent-guest
Date: 2009-01-25 21:19:29 +0000 (Sun, 25 Jan 2009)
New Revision: 1167

Modified:
   kolab-webclient/trunk/debian/kolab-webclient.postinst
Log:
typo


Modified: kolab-webclient/trunk/debian/kolab-webclient.postinst
===================================================================
--- kolab-webclient/trunk/debian/kolab-webclient.postinst	2009-01-25 21:18:50 UTC (rev 1166)
+++ kolab-webclient/trunk/debian/kolab-webclient.postinst	2009-01-25 21:19:29 UTC (rev 1167)
@@ -9,7 +9,7 @@
 
 initialize_horde_db() {
     if [ -e "$sqlite_db_path" ]; then
-        echo "SQLite database $path already exists."
+        echo "SQLite database $sqlite_db_path already exists."
     else
 	    sqlite $sqlite_db_path < /usr/share/kolab-webclient/scripts/sql/groupware.sql
 	fi




More information about the pkg-kolab-devel mailing list