Browse Source

Fixed typo

hotfix/v3.3.14
prabuddha 9 years ago
parent
commit
adf796372a
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -1105,7 +1105,7 @@ class EEStackController(CementBaseController):
for x in packages): for x in packages):
EEExtract.extract(self, '/tmp/pma.tar.gz', '/tmp/') EEExtract.extract(self, '/tmp/pma.tar.gz', '/tmp/')
Log.debug(self, 'Extracting file /tmp/pma.tar.gz to ' Log.debug(self, 'Extracting file /tmp/pma.tar.gz to '
'loaction /tmp/') 'location /tmp/')
if not os.path.exists('{0}22222/htdocs/db' if not os.path.exists('{0}22222/htdocs/db'
.format(EEVariables.ee_webroot)): .format(EEVariables.ee_webroot)):
Log.debug(self, "Creating new directory " Log.debug(self, "Creating new directory "

Loading…
Cancel
Save