error in allocated port
This commit is contained in:
@@ -64,7 +64,7 @@ class Provision extends BaseController
|
||||
$ContainerName = $productId . str_pad($pr->id, 10, "0", STR_PAD_LEFT);
|
||||
$partFolder = $ansible_folder . "/parts/" . $provisionUID;
|
||||
|
||||
$allocatedPort = 8011;
|
||||
$allocatedPort = $provisionPort;
|
||||
$this->updateToNow($provisionUID);
|
||||
|
||||
if (!is_dir($partFolder)) {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user