|
@@ -66,7 +66,7 @@ class ApacheWebsiteApplySSLVirtualHost
|
|
|
$fileManagerApi = new FileManagerApi();
|
|
|
|
|
|
$apache2SSLOptionsFilePath = '/etc/apache2/phyre/options-ssl-apache.conf';
|
|
|
- if (!$fileManagerApi->isFileExists($apache2SSLOptionsFilePath)) {
|
|
|
+ if (!$fileManagerApi->fileExists($apache2SSLOptionsFilePath)) {
|
|
|
$fileManagerApi->filePutContents($apache2SSLOptionsFilePath, $apache2SSLOptionsSample);
|
|
|
}
|
|
|
|