add path to mangeto installer

This commit is contained in:
Usman Nasir
2019-11-15 22:57:03 +05:00
parent 296b0967d3
commit a9fad09d05
2 changed files with 9 additions and 14 deletions

View File

@@ -1026,6 +1026,8 @@ class ApplicationInstaller(multi.Thread):
command = "sudo chown -R " + externalApp + ":" + externalApp + " " + finalPath
ProcessUtilities.executioner(command, externalApp)
installUtilities.reStartLiteSpeed()
statusFile = open(tempStatusPath, 'w')
statusFile.writelines("Successfully Installed. [200]")
statusFile.close()