Changeset 18733


Ignore:
Timestamp:
2009-03-23T10:24:25+13:00 (15 years ago)
Author:
davidb
Message:

added a couple of '@' characters to tidy up what was printed to screen when setting GDBM admin password

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/GSI-Makefile

    r18728 r18733  
    4747    @echo "" ;
    4848    @echo "Configuring admin user password:" ;
    49     encrypted_password=`getpw` ;
    50     if [ $$? = "0" ] ; then \
     49    @ encrypted_password=`getpw` ;
     50    @ if [ $$? = "0" ] ; then \
    5151      echo -e "[admin]\n<enabled>true\n<groups>administrator,colbuilder,all-collections-editor\n<password>$$encrypted_password\n<username>admin" \
    5252             | txt2db -append "${GSDLHOME}/etc/users.db" ; \
Note: See TracChangeset for help on using the changeset viewer.