Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Oct 30, 2023
1 parent 7246c74 commit 15983e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/alfresco-repository/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- |
NCTARGET=$(echo DATABASE_URL | awk -F ';|/' '{print $3}')
if [[ "$NCTARGET" == *":"* ]]; then
until nc -vw1 $
until nc -vw1 $NCTARGET; do
sleep 2
done
else echo "No port in jdbc URL $DATABASE_URL. Can't guess it so skipping db status check"
Expand Down

0 comments on commit 15983e1

Please sign in to comment.