Browse Source

Update writemostly_test.sh

test
Dave Russell 1 year ago
committed by GitHub
parent
commit
f5859f2a23
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      writemostly_test.sh

2
writemostly_test.sh

@ -40,7 +40,7 @@ for idrive in "${internal_drives[@]}"; do
# Add internal HDDs to array
internal_hdds+=("$internal_drive")
else
# Count number of 2.5 inch SSDs
# Count number of internal 2.5 inch SSDs
internal_ssd_qty=$((internal_ssd_qty +1))
fi
done

Loading…
Cancel
Save