Skip to content

Commit 95f818e

Browse files
committed
joomla installer: auto install with lscache
1 parent 38be1c9 commit 95f818e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

install/lscache-1.3.1.zip

-90.3 KB
Binary file not shown.

plogical/applicationInstaller.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,6 @@ def installJoomla(self):
834834
tempStatusPath = self.extraArgs['tempStatusPath']
835835
self.tempStatusPath = tempStatusPath
836836

837-
FNULL = open(os.devnull, 'w')
838-
839837
permPath = '/home/%s/public_html' % (domainName)
840838
command = 'chmod 755 %s' % (permPath)
841839
ProcessUtilities.executioner(command)

0 commit comments

Comments
 (0)