error in allocated port

This commit is contained in:
CHIEFSOFT\ameye
2025-01-23 17:14:04 -05:00
parent 20e0140987
commit b1e4d1296f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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