GPU: Use $subtitle with prin

This commit is contained in:
Dylan Araps 2016-12-22 13:04:43 +11:00
parent 29aa4e11d3
commit 37d3b9f9a4
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ get_gpu() {
gpu="${gpu/Intel }"
fi
prin "GPU${gpu_num}" "$gpu"
prin "${subtitle}${gpu_num}" "$gpu"
gpu_num="$((gpu_num+=1))"
done