Skip to content

Commit f818e9c

Browse files
author
Dougal Ballantyne
committed
Ficing bug counting paritions
1 parent e739c6f commit f818e9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bootstrap/src/scripts/functions.shlib

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function setup_ephemeral_drives () {
5555
parted -s ${d} || RC=1
5656
parted -s -a optimal ${d} mkpart primary 1MB 100% || RC=1
5757
parted -s ${d} set 1 lvm on || RC=1
58-
let NUM_DEVS++
5958
PARTITIONS="${d}1 $PARTITIONS"
6059
done
6160
if [ $RC -ne 0 ]; then

0 commit comments

Comments
 (0)