diff --git a/ee/cli/plugins/stack.py b/ee/cli/plugins/stack.py index 67a850b1..404fe14b 100644 --- a/ee/cli/plugins/stack.py +++ b/ee/cli/plugins/stack.py @@ -865,8 +865,8 @@ class EEStackController(CementBaseController): 'webmail.error.log', '/var/www/roundcubemail/' 'logs/error.log']) - # Remove roundcube installer - EEFileUtils.remove() + # Remove roundcube installe[r + EEFileUtils.remove(self, ["/var/www/roundcubemail/installer"]) EEService.reload_service(self, 'nginx') @expose()