Changeset 4 for trunk


Ignore:
Timestamp:
Dec 21, 2005, 10:22:50 PM (19 years ago)
Author:
rainer
Message:

Minor fix for locking in funcINSTALL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dsys/funcINSTALL

    r3 r4  
    239239    chown ${rcfile_owner}:${rcfile_group} "${DATABASE}"
    240240    if [ $? -ne 0 ]; then
    241         rm -rf "${instlock}"
     241        rm -rf "${updlock}"
    242242        printFATAL "Could not chown ${rcfile_owner}:${rcfile_group} ${DATABASE}"
    243243    fi
    244244    chmod ${rcfile_perm} "${DATABASE}"
    245245    if [ $? -ne 0 ]; then
    246         rm -rf "${instlock}"
     246        rm -rf "${updlock}"
    247247        printFATAL "Could not chmod ${rcfile_perm} ${DATABASE}"
    248248    fi
Note: See TracChangeset for help on using the changeset viewer.