mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 12:29:15 +00:00
close unclosed if statement in uninstall script
This commit is contained in:
parent
38a3bed537
commit
cb7b920aa1
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ if [[ "${myANSIBLE_DISTRIBUTIONS[@]}" =~ "${myCURRENT_DISTRIBUTION}" ]];
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
myANSIBLE_TAG=${myCURRENT_DISTRIBUTION}
|
myANSIBLE_TAG=${myCURRENT_DISTRIBUTION}
|
||||||
|
fi
|
||||||
|
|
||||||
# Check type of sudo access
|
# Check type of sudo access
|
||||||
if myANSIBLE_TAG="Debian";
|
if myANSIBLE_TAG="Debian";
|
||||||
|
|
Loading…
Reference in a new issue