[COMMON] Fix condition equality bashisms
[oom.git] / kubernetes / sdnc / components / sdnc-prom / resources / bin / switchVoting.sh
index 8057547..c36d2e3 100755 (executable)
@@ -26,7 +26,7 @@ LOGFILE="/app/geo.log"
 enableDebugLogging=true
 
 debugLog(){
-  if [ "$enableDebugLogging" == true ]; then
+  if [ "$enableDebugLogging" = true ]; then
      if [ $# -eq 0 ]; then
        echo "" >> $LOGFILE
      else