Browse Source

minor changes

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

4
ee/cli/plugins/stack.py

@ -1789,7 +1789,7 @@ class EEStackController(CementBaseController):
ee_apt_pkg_prompt = input('Are you sure you to want to purge ' ee_apt_pkg_prompt = input('Are you sure you to want to purge '
'from server ' 'from server '
'alongwith their configuration.' 'alongwith their configuration.'
' packages \n Any answer other than ' '\n Any answer other than '
'"yes" will be stop this ' '"yes" will be stop this '
'operation :') 'operation :')
if ee_apt_pkg_prompt == 'YES' or ee_apt_pkg_prompt == 'yes': if ee_apt_pkg_prompt == 'YES' or ee_apt_pkg_prompt == 'yes':
@ -1801,7 +1801,7 @@ class EEStackController(CementBaseController):
ee_pkg_prompt = input('Are you sure you to want to purge ' ee_pkg_prompt = input('Are you sure you to want to purge '
' from server alongwith ' ' from server alongwith '
' their configuration.' ' their configuration.'
' packages \n Any answer other than ' '\n Any answer other than '
'"yes" will be stop this ' '"yes" will be stop this '
'operation :') 'operation :')

Loading…
Cancel
Save