Dave Russell
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|