You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2009/04/18 08:37:07 UTC

svn commit: r766248 - /ofbiz/trunk/debian/ofbiz-framework.config

Author: doogie
Date: Sat Apr 18 06:37:07 2009
New Revision: 766248

URL: http://svn.apache.org/viewvc?rev=766248&view=rev
Log:
The admin-user prompt is now a high priority.

Modified:
    ofbiz/trunk/debian/ofbiz-framework.config

Modified: ofbiz/trunk/debian/ofbiz-framework.config
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz-framework.config?rev=766248&r1=766247&r2=766248&view=diff
==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.config (original)
+++ ofbiz/trunk/debian/ofbiz-framework.config Sat Apr 18 06:37:07 2009
@@ -52,7 +52,7 @@
 set_if ofbiz/admin-port "$ofbiz_admin_port" || true
 
 ofb_dc_admin_user() {
-	db_input low ofbiz/admin-user || true
+	db_input high ofbiz/admin-user || true
 }
 ofb_dc_admin_port() {
 	db_input low ofbiz/admin-port || true