Changeset 18694 for trunk/DataCheck/Setup
- Timestamp:
- 12/18/16 23:46:07 (8 years ago)
- Location:
- trunk/DataCheck/Setup
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Setup/setup.fact.lp.data
r18667 r18694 53 53 # dependencies of steps 54 54 steps=$mars/resources/steps_fact.rc 55 # file with db information55 # files with db information 56 56 sqlrc=$mars/sql.rc 57 sqlpw=/home/fact/.mysql.pw 57 58 58 59 -
trunk/DataCheck/Setup/setup.fact.lp.gate
r18393 r18694 12 12 # set only variables which are needed for the scripts running on this machine 13 13 14 # software 15 export mars=/users/fact/SW.automatic.processing/Mars.svn.2014.05.26 16 14 17 # logging and setup 15 logpath=/users/fact/logs.automatic.processing/autologs 18 user=`whoami` 19 if [ "$user" == "www-data" ] 20 then 21 # processes called from the web 22 logpath=/home/factwww/logs.automatic.processing/autologs 23 # file with db information 24 sqlrc=/home/fact/sql.rc 25 sqlpw=/home/fact/.mysql.pw 26 else 27 # normal processes called from the commandline or cron 28 logpath=/users/fact/logs.automatic.processing/autologs 29 # file with db information 30 sqlrc=$mars/sql.rc 31 sqlpw=/users/fact/.mysql.pw 32 fi 16 33 runlogpath=/users/fact/logs.automatic.processing/autologs 17 34 18 export mars=/users/fact/SW.automatic.processing/Mars.svn.2014.05.2619 20 # file with db information21 sqlrc=$mars/sql.rc22
Note:
See TracChangeset
for help on using the changeset viewer.