-
Notifications
You must be signed in to change notification settings - Fork 535
Closed
Description
In our installation, the updateSchemaMDB.sh script does not perform as expected. We always get the message "Dataverse responded with empty file. When running on K8s: did you bootstrap yet?".
The problem is with the test [[ "`wc -l ${TMPFILE}`" < "3" ]] which always returns true, even when the result is much more than 3 lines. If changed to [[ `wc -l < ${TMPFILE}` -lt 3 ]], it correctly returns true or false depending on whether the file size is less than 3 lines.
I'll create a PR with the fix, but I'm holding off for now because of PR #7865 (comment).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels