diff --git a/plogical/applicationInstaller.py b/plogical/applicationInstaller.py index 03f5d002a..c1d1cb530 100755 --- a/plogical/applicationInstaller.py +++ b/plogical/applicationInstaller.py @@ -565,6 +565,13 @@ $parameters = array( else: finalPath = "/home/" + domainName + "/public_html/" + ### check if index file then delete + + IndexFile = f'{finalPath}index.html' + + command = f'rm -f {IndexFile}' + ProcessUtilities.executioner(command, externalApp) + if website.package.dataBases > website.databases_set.all().count(): pass else: