💪 Now available
02 Jun 23
Fixed in v3.4.0
💪 Now available
30 Mar 23
Tried configuring dbmarlin on a RHEL7.9 box. It took some time to figure out why it did not succeed, but configure passes $LANG down to postgres lc_messages. When LANG is not set, havoc awaits;-). A simple test in configure would avoid that:
<pre>
if (( $EUID == 0 )); then
"Please don't run as root. We recommend you create a dbmarlin user."
exit
fi
DIR="$(cd "$(dirname "$0")" && pwd)"
</pre>