Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Burke committed Jun 26, 2024
1 parent cbf5974 commit 80fea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_manage_postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80fea7f

Please sign in to comment.