forked from norman/fusionpbx-install.sh-github-mirror
Add IGNORE_DEPENDS
IGNORE_DEPENDS=postgresql15-client to the /usr/local/etc/pkg.conf file. Adding this to allow PotgreSQL 16 client
This commit is contained in:
@@ -47,16 +47,16 @@ if [ .$nginx_enabled = .'true' ]; then
|
||||
resources/nginx.sh
|
||||
fi
|
||||
|
||||
#FreeSWITCH
|
||||
if [ .$switch_enabled = .'true' ]; then
|
||||
resources/switch.sh
|
||||
fi
|
||||
|
||||
#Postgres
|
||||
if [ .$database_enabled = .'true' ]; then
|
||||
resources/postgresql.sh
|
||||
fi
|
||||
|
||||
#FreeSWITCH
|
||||
if [ .$switch_enabled = .'true' ]; then
|
||||
resources/switch.sh
|
||||
fi
|
||||
|
||||
#restart services
|
||||
if [ .$nginx_enabled = .'true' ]; then
|
||||
service php-fpm restart
|
||||
|
||||
Reference in New Issue
Block a user