mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 16:26:12 +01:00
add path to mangeto installer
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user