- While /usr/local/www/ is the correct prefix, the FusionPBX code itself
still refers to /var/www/. So instead of fighting it, let's just
symlink it.
- Updated the supported versions of PgSQL and PHP
- Moved the PgSQL client version logic to the PHP code, since we depend
on the version of client that PHP is linked against. That's currently
13, so to make it clean, let's just default to 13 for now.
After these changes, 5.1 appears to be fully functional for me. I had DB
schema issues with master, but I ran into the same issue on Debian, so
maybe it was a temporary master issue?
* Use python 3.7 which is the default.
* Fix typo (missing space before closing ]):
00:04:22.942 + [ -f /usr/ports/UPDATING]
00:04:22.942 [: missing ]
* GC unneded "cd resource". php.sh is included into resources/ngnix.sh, which does
cd resources as the first step by itself.