Skip to content

Commit 0b391d1

Browse files
Update WildcardDomain.php
1 parent 5bd22be commit 0b391d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Modules/LetsEncrypt/Filament/Clusters/LetsEncrypt/Pages/WildcardDomain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function requestCertificates() {
122122
}
123123
}
124124

125-
$phyrePHP = 'phyre-php';
125+
$phyrePHP = 'php';
126126
$command = $phyrePHP.' '.$amePHPPharFile.' run '.$masterDomain->domainRoot.'/acme-wildcard-config.yaml >> ' . $this->installLogFilePath . ' &';
127127
shell_exec($command);
128128

0 commit comments

Comments
 (0)