Changeset 12984 for trunk/DataCheck
- Timestamp:
- 03/01/12 15:01:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/FillAuxData.sh
r12980 r12984 76 76 source $HEADAS/headas-init.sh 77 77 78 pwfile=`dirname $0`/.pw79 password=`cat $pwfile 2>/dev/null`80 if [ "$password" == "" ]81 then82 echo "please insert password in $pwfile"83 printprocesslog "ERROR password for DB access in $pwfile missing"84 finish85 fi86 87 78 # check if software is available 88 79 if ! ls $factpath/fitsdump >/dev/null 2>&1
Note:
See TracChangeset
for help on using the changeset viewer.