mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Update ovftool.js
This commit is contained in:
parent
38b03fe026
commit
daf7db76b6
|
@ -2,6 +2,9 @@
|
||||||
// Namhyeon Go <abuse@catswords.net>
|
// Namhyeon Go <abuse@catswords.net>
|
||||||
// https://github.com/gnh1201/welsonjs
|
// 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 SHELL = require("lib/shell");
|
||||||
var CRED = require("lib/credentials");
|
var CRED = require("lib/credentials");
|
||||||
|
|
||||||
|
@ -41,7 +44,7 @@ function OVFObject() {
|
||||||
filename
|
filename
|
||||||
];
|
];
|
||||||
|
|
||||||
console.log("connectionString:", connectionString);
|
console.log("Use this connection string:", connectionString);
|
||||||
|
|
||||||
// run the command synchronously
|
// run the command synchronously
|
||||||
SHELL.show(cmd, false);
|
SHELL.show(cmd, false);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user