Skip to content

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