Update ovftool.js

This commit is contained in:
Namhyeon Go 2025-01-15 15:38:25 +09:00 committed by GitHub
parent 38b03fe026
commit daf7db76b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,9 @@
// Namhyeon Go <abuse@catswords.net>
// https://github.com/gnh1201/welsonjs
//
// Download OVFTool (Open Virtualization Format (OVF) Tool):
// https://developer.broadcom.com/tools/open-virtualization-format-ovf-tool/latest
//
var SHELL = require("lib/shell");
var CRED = require("lib/credentials");
@ -41,7 +44,7 @@ function OVFObject() {
filename
];
console.log("connectionString:", connectionString);
console.log("Use this connection string:", connectionString);
// run the command synchronously
SHELL.show(cmd, false);