Browse Source

updated message

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

10
ee/cli/plugins/stack.py

@ -1666,11 +1666,11 @@ 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'
' operation : ') ' operation : ')
if len(apt_packages): if len(apt_packages):

Loading…
Cancel
Save