redis mh: change php version'

This commit is contained in:
Usman Nasir
2020-02-29 21:46:44 +05:00
parent e2a3e81fc6
commit f6b571b91b
3 changed files with 32 additions and 22 deletions

View File

@@ -73,7 +73,7 @@ class PHPManager:
upload_max_filesize = ""
max_input_time = ""
command = "sudo cat " + PHPManager.FindPHPFPMPath(phpVersion)
command = "cat " + PHPManager.FindPHPFPMPath(phpVersion)
data = ProcessUtilities.outputExecutioner(command).split('\n')