diff --git a/dockers/docker-database/start.sh b/dockers/docker-database/start.sh index 89cdac44f66b..f58a58f9abb5 100755 --- a/dockers/docker-database/start.sh +++ b/dockers/docker-database/start.sh @@ -2,7 +2,7 @@ supervisorctl start redis-server -# If this platform has an initialization file for the Broadcom LED microprocessor, load it +# If there is a config db dump file, load it if [ -r /etc/sonic/config_db.json ]; then # Wait until redis starts while true; do