diff --git a/src/Host/Host.php b/src/Host/Host.php index f1647bf5..d8161ae4 100644 --- a/src/Host/Host.php +++ b/src/Host/Host.php @@ -41,6 +41,10 @@ class Host { $options = ''; + if ($this->port) { + $options .= " -p {$this->port}"; + } + if ($this->configFile) { $options .= " -F {$this->configFile}"; }