Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit e53186c

Browse files
committed
added rucio export path
1 parent 5cca7f2 commit e53186c

4 files changed

+12
-0
lines changed

postcycle-review-manual.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
BASE_DIR=/data/unified/WmAgentScripts/
22
HTML_DIR=/var/www/html/unified/
33

4+
## export RUCIO_HOME
5+
export RUCIO_HOME=~/.local/
6+
47
lock_name=`echo $BASH_SOURCE | cut -f 1 -d "."`.lock
58
source $BASE_DIR/cycle_common.sh $lock_name
69

postcycle-review-recovering.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
BASE_DIR=/data/unified/WmAgentScripts/
22
HTML_DIR=/var/www/html/unified/
33

4+
## export RUCIO_HOME
5+
export RUCIO_HOME=~/.local/
6+
47
lock_name=`echo $BASH_SOURCE | cut -f 1 -d "."`.lock
58
source $BASE_DIR/cycle_common.sh $lock_name
69

postcycle-strict.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
BASE_DIR=/data/unified/WmAgentScripts/
22
HTML_DIR=/var/www/html/unified/
33

4+
## export RUCIO_HOME
5+
export RUCIO_HOME=~/.local/
6+
47
lock_name=`echo $BASH_SOURCE | cut -f 1 -d "."`.lock
58
source $BASE_DIR/cycle_common.sh $lock_name
69

postcycle-update.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
BASE_DIR=/data/unified/WmAgentScripts/
22
HTML_DIR=/var/www/html/unified/
33

4+
## export RUCIO_HOME
5+
export RUCIO_HOME=~/.local/
6+
47
lock_name=`echo $BASH_SOURCE | cut -f 1 -d "."`.lock
58
source $BASE_DIR/cycle_common.sh $lock_name
69

0 commit comments

Comments
 (0)