Selaa lähdekoodia

Update HostingAccountIsCreatedListener.php

Bozhidar Slaveykov 1 vuosi sitten
vanhempi
commit
7f2813caad

+ 0 - 1
web/Modules/LetsEncrypt/Listeners/HostingAccountIsCreatedListener.php

@@ -43,7 +43,6 @@ class HostingAccountIsCreatedListener
         $amePHPPharFile = base_path() . '/Modules/LetsEncrypt/Actions/acmephp.phar';
 
         $phyrePHP = ApiClient::getPhyrePHP();
-        $phyrePHP = 'php';
 
         $command = $phyrePHP . ' ' . $amePHPPharFile . ' run ' . $event->model->domain_root . '/acme-config.yaml';
         $execPhar = ShellApi::exec($command);