There was an error while loading. Please reload this page.
1 parent 13bf21b commit e7b42bdCopy full SHA for e7b42bd
1 file changed
uninstall.sh
@@ -68,7 +68,7 @@ if [[ "${myANSIBLE_DISTRIBUTIONS[@]}" =~ "${myCURRENT_DISTRIBUTION}" ]];
68
fi
69
70
# Check type of sudo access
71
-if myANSIBLE_TAG="Debian";
+if [ "$myANSIBLE_TAG" = "Debian" ];
72
# Debian 13 - sudo seems to apply stricter settings, we now ask for the become password
73
then
74
myANSIBLE_BECOME_OPTION="--become --ask-become-pass"
0 commit comments