Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of the uninstall.sh script #1385

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

DamianHusted
Copy link
Contributor

TLDR; Script updated to abort uninstall process if anything other than the specified: "y/Y/Yes/yes/YES" is entered. Fixes uninstall on user inputs like "no" or blank input.


The uninstall.sh script does not abort if any user input is provided.

Command used:
sudo sh uninstall.sh

The following user-input scenarios were tested, confirmed and fixed:

  • no input
  • "n"
  • "N"
  • "No"
  • "1"
  • "q"
  • "
  • (
  • '
  • <
  • [
  • {
  • /

TLDR; Script updated to abort uninstall process if anything other than the specified "y/Y/Yes/yes/YES" is entered. Fixes uninstall on user inputs like "no" or blank input.
---
The uninstall.sh script does not abort if any user input is provided.

The following user-input scenarios were tested, confirmed and fixed:
- no input
- "n" 
- "N"
- "No"
- "1"
- "q"
- "
- (
- '
- <
- [
- {
- /
@yogeshojha yogeshojha changed the base branch from master to release/2.2.0 August 28, 2024 15:26
@yogeshojha yogeshojha merged commit c40d3d8 into yogeshojha:release/2.2.0 Aug 31, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants