When extracting the variable, everything is correct, but it does not compare it to me, any help?
camMode= sudo cat data.txt;
echo "$camMode";
if [ "$camMode" == "True" ]; then
echo Mode is true
fi
if [ "$camMode" == "False" ]; then
echo Mode is false
fi