mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix typo
450077
This commit is contained in:
parent
ec2eff9774
commit
d600f9bb09
@ -334,7 +334,7 @@ def main():
|
||||
if options.uninstall:
|
||||
if not options.unattended:
|
||||
print "\nThis is a NON REVERSIBLE operation and will delete all data and configuration!\n"
|
||||
yesno = raw_input("Are you sure you want to continue with the uninstall proceedure?:[NO/yes] ")
|
||||
yesno = raw_input("Are you sure you want to continue with the uninstall procedure?:[NO/yes] ")
|
||||
if not yesno or yesno.lower() != "yes":
|
||||
print ""
|
||||
print "Aborting uninstall operation."
|
||||
|
Loading…
Reference in New Issue
Block a user