if [[ $VAR == 'value' ]]; then ... fi
Category: Bash Scripting
If statement using double brackets (preferred)