Browse Source

Fixed typos

bugfixes
gau1991 10 years ago
parent
commit
c71e597fa7
  1. 4
      ee/cli/plugins/stack.py

4
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()

Loading…
Cancel
Save