source: gs3-installations/intermuse/trunk/sites/intermuse/collect/programmes/ACTIVATE.sh@ 37118

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

Chaged to work using the more generalized form

  • Property svn:executable set to *
File size: 334 bytes
Line 
1#!/bin/bash
2
3source ../_local_collect_config.sh
4
5
6echo "Obtaining lock: gs3-building.flock"
7
8#sudo -u $gs_server_username -- \
9bash -c "pushd ../../../../../ && . ./gs3-setup.sh && popd && flock gs3-building.flock activate.pl -removeold -site $site -library_url $gs_library_url $* \"$col\""
10
11echo "Releasing lock: gs3-building.flock"
Note: See TracBrowser for help on using the repository browser.