This commit is contained in:
Kelven Yang 2012-08-13 17:07:28 -07:00 committed by Alex Huang
parent c2ec3f728e
commit 5bfc43bd50
1 changed files with 1 additions and 1 deletions

View File

@ -1037,7 +1037,7 @@ public class VmwareResource implements StoragePoolResource, ServerResource, Vmwa
try {
Pair<Boolean, String> sshResult = SshHelper.sshExecute(routerIp, DEFAULT_DOMR_SSHPORT, "root", mgr.getSystemVMKeyFile(), null,
"/opt/cloud/bin/vpc_portforwarding " + args);
"/opt/cloud/bin/vpc_portforwarding.sh " + args);
if (!sshResult.first()) {
results[i++] = "Failed";