Skip to content

Commit f298fec

Browse files
committed
Do not abort when volume already exists
1 parent ea960ab commit f298fec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

group_composition_plot/create_volume.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
if [ -f submissions.volume ]; then
22
echo "submissions.volume already exists"
3-
exit 1
43
else
54
dd if=/dev/zero of=submissions.volume bs=1024 count=10240
65
mkfs.ext4 submissions.volume

0 commit comments

Comments
 (0)