Changeset 17119


Ignore:
Timestamp:
2008-09-01T13:16:17+12:00 (16 years ago)
Author:
davidb
Message:

changed linux->windows for db2txt. Looks like an oversight (copy and paste error) when bringing this into the Windows release kit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/installer/build.xml

    r17107 r17119  
    7474       
    7575        <echo message="Creating admin and demo users"/>
    76         <adduser txt2db="${installDir}/bin/linux/txt2db"
     76        <adduser txt2db="${installDir}/bin/windows/txt2db"
    7777            usersDb="${installDir}/etc/users.db"
    7878            username="admin"
     
    8181            comment="created at install time"/>
    8282        <adduser
    83             txt2db="${installDir}/bin/linux/txt2db"
     83            txt2db="${installDir}/bin/windows/txt2db"
    8484            usersDb="${installDir}/etc/users.db"
    8585            username="demo"
Note: See TracChangeset for help on using the changeset viewer.