From 80fea7feff072602c636ce77c44507d542860388 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Wed, 26 Jun 2024 09:36:35 -0600 Subject: [PATCH] Missing space --- src/_manage_postgres.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_manage_postgres.sh b/src/_manage_postgres.sh index a74ebb1..9d76c84 100644 --- a/src/_manage_postgres.sh +++ b/src/_manage_postgres.sh @@ -158,7 +158,7 @@ function mod_check_etl_status() { local migration_exited=$(docker inspect --format '{{.State.Status}}' `docker ps -a | grep migrations 2>/dev/null | awk '{print $1}'` || migration_exited="exited") fi if [ $(date +%s) -gt $endTime ]; then - error "Migration container has been running for over 5 minutes or is still running.Please ensure they complete or fail before taking further action with the PlexTrac Manager Utility. You can check on the logs by running 'docker compose logs -f couchbase-migrations'" + error "Migration container has been running for over 5 minutes or is still running. Please ensure they complete or fail before taking further action with the PlexTrac Manager Utility. You can check on the logs by running 'docker compose logs -f couchbase-migrations'" die "Exiting PlexTrac Manager Utility." fi if [ "$CONTAINER_RUNTIME" == "podman" ]; then