Changeset 12984


Ignore:
Timestamp:
03/01/12 15:01:43 (13 years ago)
Author:
Daniela Dorner
Message:
removed check for pw-file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/FillAuxData.sh

    r12980 r12984  
    7676source $HEADAS/headas-init.sh
    7777
    78 pwfile=`dirname $0`/.pw
    79 password=`cat $pwfile 2>/dev/null`
    80 if [ "$password" == "" ]
    81 then
    82    echo "please insert password in $pwfile"
    83    printprocesslog "ERROR password for DB access in $pwfile missing"
    84    finish
    85 fi
    86 
    8778# check if software is available
    8879if ! ls $factpath/fitsdump >/dev/null 2>&1
Note: See TracChangeset for help on using the changeset viewer.