diff --git a/script/deploy.sh b/script/deploy.sh index 8d3fb42..52ebdcf 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -126,6 +126,7 @@ detect_graphics() { while read -r gpu; do echo \$gpu >> "${REMOTE_STDERR}" + echo "test" >> "${REMOTE_STDERR}" pci_addr="\$(lspci | grep VGA | head -c 7)"