source: gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes/RECONFIGURE.sh@ 37120

Last change on this file since 37120 was 37118, checked in by davidb, 16 months ago

Chaged to work using the more generalized form

  • Property svn:executable set to *
File size: 314 bytes
Line 
1#!/bin/bash
2
3source ../_local_collect_config.sh
4
5echo "Obtaining lock: gs3-building.flock"
6
7#sudo -u $gs_server_username -- \
8bash -c "pushd ../../../../../ && . ./gs3-setup.sh && popd && flock gs3-building.flock wget -O /dev/null \"$gs_library_url?a=s&sa=c&sc=$col\""
9
10
11echo "Releasing lock: gs3-building.flock"
12
Note: See TracBrowser for help on using the repository browser.