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

Commit 92fa6f3

Browse files
committed
change eos mkdir
1 parent 4ddea43 commit 92fa6f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cWrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ fi
1010
cd $BASE_DIR
1111

1212
modulename=`echo $1 | sed 's/\.py//' | sed 's/Unified\///'`
13-
mkdir -p $HTML_DIR/logs/$modulename/
14-
mkdir -p $FINAL_HTML_DIR/logs/$modulename/
13+
eos root://eoscms.cern.ch mkdir -p $HTML_DIR/logs/$modulename/
14+
eos root://eoscms.cern.ch 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)