Changeset 2028 in ProjectBuilder for devel/pb


Ignore:
Timestamp:
Dec 23, 2015, 1:50:19 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Fix an issue when the VM is already launched during the ssh setup a wrong port was used
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r2015 r2028  
    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         $pbport = $vmmport;
     3052        $nport = $vmmport;
    30533053        $vpid = $vexist;
    30543054    }
Note: See TracChangeset for help on using the changeset viewer.