v2v: windows: Fix rhev-apt command line (RHBZ#1624902).

See:
https://bugzilla.redhat.com/show_bug.cgi?id=1584678#c15

Fixes commit bcdbe6405c.  However this
bug was copied directly from old virt-v2v which did the same thing
(from lib/Sys/VirtConvert/Converter/Windows.pm):

  echo installing rhev-apt >>log.txt
  "rhev-apt.exe" /S /v /qn >>log.txt

Thanks: Lev Veyde
(cherry picked from commit e12c56176a)
This commit is contained in:
Richard W.M. Jones
2018-09-03 15:24:05 +01:00
committed by Pino Toscano
parent 81f35e441d
commit 8a4072c4b1

View File

@@ -347,7 +347,7 @@ echo Wait for PnP to complete
@echo off
echo installing rhev-apt
\"\\rhev-apt.exe\" /S /v /qn
\"\\rhev-apt.exe\" /S /v/qn
echo starting rhev-apt
net start rhev-apt