Skip to content
Snippets Groups Projects
Commit 6ee6dc24 authored by Boris Baldassari's avatar Boris Baldassari
Browse files

#5 Fix deploy to eclipse downloads.


Signed-off-by: default avatarBoris Baldassari <boris@chrysalice.org>
parent 2a3dc17a
No related branches found
No related tags found
No related merge requests found
......@@ -123,10 +123,10 @@ fi
if [ $run_mbox -eq 1 ]; then
echo "# Anonymise mboxes.."
if [ -d ${dir_mbox_scr}/scava_scrambled/ ]; then
rm -rf ${dir_mbox_scr}/scava_scrambled/
if [ -d ${dir_mbox_scr}/ ]; then
rm -rf ${dir_mbox_scr}/
fi
mkdir -p ${dir_mbox_scr}/scava_scrambled/
mkdir -p ${dir_mbox_scr}/
for f in `ls ${dir_mbox}`; do
echo "* Working on mbox $f"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment