You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2021. It is now read-only.
if [ "$(printf '%s\n'"$wkhtmltopdf_required_ver""$wkhtmltopdf_current_ver"| sort -V | head -n1)"!="$wkhtmltopdf_required_ver" ];then
380
+
echo"[$(date +'%Y-%m-%dT%H:%M:%S%z')] ERROR: 'wkhtmltopdf' version is outdated. Update to $wkhtmltopdf_required_ver or newer. See README. Cannot generate PDF.">&2
381
+
exit 1
382
+
fi
373
383
fi
374
384
375
385
# custom UNIX domain socket directory for PostgreSQL
0 commit comments