Changeset 19140


Ignore:
Timestamp:
2009-04-20T17:58:30+12:00 (15 years ago)
Author:
ak19
Message:

The .db file extensions on key, users, history and argdb have been changed to.gdb, this file needed to be updated to refer to the .gdb files now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/gsicontrol.sh

    r19023 r19140  
    3636    if [ $? = "0" ] ; then
    3737    echo -e "[admin]\n<enabled>true\n<groups>administrator,colbuilder,all-collections-editor\n<password>$encrypted_password\n<username>admin" \
    38         | txt2db -append "$GSDLHOME/etc/users.db" ;
     38        | txt2db -append "$GSDLHOME/etc/users.gdb" ;
    3939    else
    4040    echo "Did not set password" ;
Note: See TracChangeset for help on using the changeset viewer.