Fix log path expansion
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-29 20:26:49 +00:00
parent 5557d868f2
commit 58c91a2567

View File

@@ -39,7 +39,7 @@ if [ -f "$OLD_VERSION_FILE" ]; then
echo "========================================"
# Print the contents of the server log
cat "$DATA_DIR/new_data/pg_upgrade_output.d/*/log/pg_upgrade_server.log"
cat "$DATA_DIR"/new_data/pg_upgrade_output.d/*/log/pg_upgrade_server.log
# Exit to prevent the script from continuing
exit 1