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

Commit 0705e86

Browse files
committed
add eos cp and eos mkdir to cWrap
1 parent 4a9c95f commit 0705e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cWrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd $BASE_DIR
1111

1212
modulename=`echo $1 | sed 's/\.py//' | sed 's/Unified\///'`
1313
mkdir -p $HTML_DIR/logs/$modulename/
14-
eos root://eoscms.cern.ch mkdir -p $FINAL_HTML_DIR/logs/$modulename/
14+
eos mkdir -p $FINAL_HTML_DIR/logs/$modulename/
1515

1616
last_log=$HTML_DIR/logs/$modulename/last.log
1717
s_dated_log=$modulename/`date +%F_%T`.log

0 commit comments

Comments
 (0)