Browse Source

updated message

bugfixes
shitalp 10 years ago
parent
commit
a0b32f482a
  1. 4
      ee/cli/plugins/stack.py

4
ee/cli/plugins/stack.py

@ -1666,8 +1666,8 @@ class EEStackController(CementBaseController):
'{0}22222/htdocs/db/anemometer' '{0}22222/htdocs/db/anemometer'
.format(EEVariables.ee_webroot)] .format(EEVariables.ee_webroot)]
ee_prompt = input('Are you sure you to want to' ee_prompt = input('Are you sure you to want to'
' purge from server' ' purge from server.'
'. Package configuration will remain' 'Package configuration will remain'
' on server after this operation.\n' ' on server after this operation.\n'
'Any answer other than ' 'Any answer other than '
'"yes" will be stop this' '"yes" will be stop this'

Loading…
Cancel
Save