Description
When setting a bundle level to 50 or below, the system issues a confirmation message:
You are about to designate bundle as a system bundle. Do you wish to continue (yes/no):
Using the "--force" option does not bypass the confirmation message. For example,
root> osgi:bundle-level 53 100 You are about to access system bundle 53. Do you wish to continue (yes/no): yes karaf@root> osgi:bundle-level 53 Level 100 karaf@root> osgi:bundle-level --force 53 40 You are about to designate bundle as a system bundle. Do you wish to continue (yes/no): y e s karaf@root>
Notice also that "yes" is printed out one character per line I'll fix that as well.