fix prompt

This commit is contained in:
HikariKnight 2022-02-27 19:06:18 +01:00
parent 3b99cbf7a8
commit ae852b3998
No known key found for this signature in database
GPG key ID: E8B239063B022F5A

View file

@ -22,7 +22,7 @@ vfio_virqfd
GPU_DEVID="$1"
# Ask if we shall disable video output on this card
read "Do you want to force disable video output in linux on this card? [Y/n]: " DISABLE_VGA
read -p "Do you want to force disable video output in linux on this card? [Y/n]: " DISABLE_VGA
case "${DISABLE_VGA}" in
[Yy]*)
GPU_DEVID="$GPU_DEVID disable_vga=1"