pssobile bug in wp installer

This commit is contained in:
usmannasir
2023-11-28 18:47:17 +04:00
parent 36c0d62e78
commit c8da443334
3 changed files with 10 additions and 14 deletions

View File

@@ -227,6 +227,8 @@ class phpUtilities:
result = result.rsplit("lsphp", 1)[0] + "php"
return result
if os.path.exists('/usr/local/CyberCP/debug'):
logging.CyberCPLogFileWriter.writeToFile(f'VHFile in GetPHPVersion {vhFile}')
if ProcessUtilities.decideServer() == ProcessUtilities.OLS:
command = f'grep -Eo "/usr/local/lsws/lsphp[0-9]+/bin/lsphp" {vhFile}'