Project

General

Profile

« Previous | Next » 

Revision 10847

bin/import_all: added step to remove any leftover TNRS lockfile (previously done manually)

View differences:

bin/import_all
16 16
    local by_col=${by_col-1} full_import=1
17 17
    export version by_col full_import
18 18
    
19
    # remove any leftover TNRS lockfile. usually, the PID in it would not exist,
20
    # but sometimes it now refers to an active process which blocks tnrs.make.
21
    rm inputs/.TNRS/tnrs/tnrs.make.lock
22
    
19 23
    make schemas/$version/install
20 24
    
21 25
    local all=1; . "$selfDir/with_all" Source/import by_col=1 "$@"
README.TXT
113 113
			List backups/ to view older backups
114 114
			Check their MD5 sums using the steps under On jupiter below
115 115
			Remove these backups
116
	Remove any leftover TNRS lockfile: rm inputs/.TNRS/tnrs/tnrs.make.lock
117
		Usually, the PID in it would not exist, but sometimes it now refers to
118
			a different, active process which blocks tnrs.make
119 116
	screen
120 117
	Press ENTER
121 118
	set -o ignoreeof #prevent Ctrl+D from exiting `screen` to keep attached jobs

Also available in: Unified diff