From aac74aaa7e338c09e82e9bfcc9771ae33a83dada Mon Sep 17 00:00:00 2001 From: red Date: Wed, 30 Apr 2025 15:31:11 -0400 Subject: [PATCH] foo --- pleroma/init-pleroma.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/pleroma/init-pleroma.sh b/pleroma/init-pleroma.sh index b4208ea..151f513 100644 --- a/pleroma/init-pleroma.sh +++ b/pleroma/init-pleroma.sh @@ -1,7 +1,6 @@ #!/bin/sh set -e -# uncomment to debug # env while ! pg_isready -U ${DB_USER} -d postgres://${DB_HOST}:${DB_PORT}/${DB_NAME} -t 1; do sleep 1s; done;