Fix run-seq bug

This commit is contained in:
Quentin 2019-05-06 16:28:24 +02:00
parent 2b7342a21d
commit 39e50ba7f5

View file

@ -13,7 +13,6 @@ ALLOWED_BOOTSTRAP=190
# Create folders
docker run \
--rm \
-ti \
-v `pwd`:/mnt \
ubuntu \
bash -c "cd /mnt; mkdir -p ./{shared,log,res}; chown -R 1000 ./{shared,log,res}"