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', 'webmail.error.log',
'/var/www/roundcubemail/' '/var/www/roundcubemail/'
'logs/error.log']) 'logs/error.log'])
# Remove roundcube installer # Remove roundcube installe[r
EEFileUtils.remove() EEFileUtils.remove(self, ["/var/www/roundcubemail/installer"])
EEService.reload_service(self, 'nginx') EEService.reload_service(self, 'nginx')
@expose() @expose()

Loading…
Cancel
Save