close unclosed if statement in uninstall script

This commit is contained in:
Dan Urson 2025-09-23 15:18:11 +00:00
parent 38a3bed537
commit cb7b920aa1

View file

@ -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";