diff --git a/files/image_config/config-setup/config-setup b/files/image_config/config-setup/config-setup index 3e540c3263..09c4d448cd 100755 --- a/files/image_config/config-setup/config-setup +++ b/files/image_config/config-setup/config-setup @@ -155,7 +155,7 @@ updategraph_is_enabled() rv=1 if [ -e ${UPDATEGRAPH_CONF} ]; then updategraph_mode=$(grep enabled ${UPDATEGRAPH_CONF} | head -n 1 | cut -f2 -d=) - [ "${updategraph_mode}" = "true" ] && rv = 0 + [ "${updategraph_mode}" = "true" ] && rv=0 fi return $rv }