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

Commit 2ee79a5

Browse files
authored
Update cWrap.sh
1 parent 92fa6f3 commit 2ee79a5

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
@@ -10,7 +10,7 @@ fi
1010
cd $BASE_DIR
1111

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

1616
last_log=$HTML_DIR/logs/$modulename/last.log

0 commit comments

Comments
 (0)