Changeset 33680


Ignore:
Timestamp:
2019-11-15T18:43:42+13:00 (4 years ago)
Author:
davidb
Message:

Greenstone3 is fixed, so don't need to print out message about runing FIX-UP script; also added in flock technique to avoid multiple people running the same script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/ACTIVATE.sh

    r33245 r33680  
    44col=${cwd##*/}
    55
    6 activate.pl -site heritage-nz -library_url http://localhost:8383/greenstone3/hnz-library $* "$col"
     6echo "Obtaining lock: gs3-building.flock"
     7flock gs3-building.flock activate.pl -site heritage-nz -library_url http://localhost:8383/greenstone3/library $* "$col"
     8echo "Releasing lock: gs3-building.flock"
    79
    810
    9 echo "***"
    10 echo "* If operating on a networked drive, and error resulted from active, run:"
    11 echo "*  ./FIX-UP-INDEX.sh"
    12 echo "*"
    13 echo "* Then restart the Greenstone3 server, as a user with sudo access:"
    14 echo "*   sudo systemctl restart greenstone3"
    15 echo "***"
Note: See TracChangeset for help on using the changeset viewer.