The following bug has been logged on the website:
Bug reference: 16574
Logged by: Jacques Ferré
Email address: ferre-jacques(at)wanadoo(dot)fr
PostgreSQL version: 11.7
Operating system: Linux serveur 4.19.0-9-amd64 #1 SMP Debian 4.19.11
Description:
Error on line 20 of script setup-web.sh, the test "elif [[ ${UNAME} =~
"Ubuntu" ]] || [[ ${UNAME} =~ "debian" ]]; then" is KO.
In this release, this commande return "Debian" and not "debian", so the
variables APACHE and IS_DEBIAN are undefined.
And the APACHE_STATUS make an error whith grep (this is the only visible
error in the console).
I change the test on this line 20 with " =~ "ebian" and the process is OK.