diff --git a/install.sh b/install.sh index 08479c12..6a00d968 100755 --- a/install.sh +++ b/install.sh @@ -206,7 +206,7 @@ if [ ! -f installer/install/tpot.yml ] && [ ! -f tpot.yml ]; fi # Check type of sudo access -if myANSIBLE_TAG="Debian"; +if [ "$myANSIBLE_TAG" = "Debian" ]; # Debian 13 - sudo seems to apply stricter settings, we now ask for the become password then myANSIBLE_BECOME_OPTION="--become --ask-become-pass"