From cb7b920aa16f630d8c41784b5fae5e527a921edc Mon Sep 17 00:00:00 2001 From: Dan Urson <21295236+plygrnd@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:18:11 +0000 Subject: [PATCH] close unclosed if statement in uninstall script --- uninstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/uninstall.sh b/uninstall.sh index 71e87c1f..73d2bbdb 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -65,6 +65,7 @@ if [[ "${myANSIBLE_DISTRIBUTIONS[@]}" =~ "${myCURRENT_DISTRIBUTION}" ]]; fi else myANSIBLE_TAG=${myCURRENT_DISTRIBUTION} + fi # Check type of sudo access if myANSIBLE_TAG="Debian";