diff --git a/scripts/run.sh b/scripts/run.sh index c47bec787b..5f80344d28 100644 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -210,6 +210,7 @@ then updateDatabase elif [ "$1" == "update" ] then + dockerComposeFiles CORE_ID=$(docker-compose ps -q admin) WEB_ID=$(docker-compose ps -q web) if docker inspect --format='{{.Config.Image}}:' $CORE_ID | grep -F ":$COREVERSION:" | grep -q ":[0-9.]*:$" &&