diff --git a/install/lscache-1.3.1.zip b/install/lscache-1.3.1.zip deleted file mode 100644 index 95711264a..000000000 Binary files a/install/lscache-1.3.1.zip and /dev/null differ diff --git a/plogical/applicationInstaller.py b/plogical/applicationInstaller.py index b7fbe839f..7f0ec8d2a 100755 --- a/plogical/applicationInstaller.py +++ b/plogical/applicationInstaller.py @@ -834,8 +834,6 @@ $parameters = array( tempStatusPath = self.extraArgs['tempStatusPath'] self.tempStatusPath = tempStatusPath - FNULL = open(os.devnull, 'w') - permPath = '/home/%s/public_html' % (domainName) command = 'chmod 755 %s' % (permPath) ProcessUtilities.executioner(command)