refs #1025 fix whitespace
parent
9cf9742ec8
commit
b57e80aa00
|
@ -386,7 +386,7 @@ TFTP_OPTIONS="--secure"
|
||||||
logger.info("Downloading oglive...")
|
logger.info("Downloading oglive...")
|
||||||
try:
|
try:
|
||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
[INSTALL_OGBOOT_TARGET+"/bin/oglivecli", "download", oglive_iso_url],
|
[INSTALL_OGBOOT_TARGET+"/bin/oglivecli", "downloadkk", oglive_iso_url],
|
||||||
check=True,
|
check=True,
|
||||||
capture_output=True,
|
capture_output=True,
|
||||||
text=True
|
text=True
|
||||||
|
|
Loading…
Reference in New Issue