Changeset 2029 in ProjectBuilder for devel/pb


Ignore:
Timestamp:
Dec 23, 2015, 1:55:52 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Really fix the port issue
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2028 r2029  
    30503050        pb_log(0,"Found an existing VM $vmm (pid $vexist - Port $vmmport)\n");
    30513051        # Set the correct port here based on what is done
    3052         $nport = $vmmport;
     3052        $pbport = $vmmport;
    30533053        $vpid = $vexist;
    30543054    }
     
    30573057    # After the VM is launched, then setup the SSH access if not in creation phase
    30583058    if ($pbstep != 0) {
    3059         pb_ssh_setup($vtype,$nport);
     3059        if (defined $pbport) {
     3060            pb_ssh_setup($vtype,$pbport);
     3061        } else {
     3062            pb_ssh_setup($vtype,$nport);
     3063        }
    30603064    }
    30613065   
Note: See TracChangeset for help on using the changeset viewer.