Disable the patch for 1.10.8

This commit is contained in:
FusionPBX 2022-10-19 20:38:09 -06:00 committed by GitHub
parent 5ff0e1493c
commit ec316d100f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ if [ $switch_branch = "stable" ]; then
mv freeswitch-$switch_version.-release freeswitch
cd /usr/src/freeswitch
#apply patch
patch -u /usr/src/freeswitch/src/mod/databases/mod_pgsql/mod_pgsql.c -i /usr/src/fusionpbx-install.sh/debian/resources/switch/source/mod_pgsql.patch
#patch -u /usr/src/freeswitch/src/mod/databases/mod_pgsql/mod_pgsql.c -i /usr/src/fusionpbx-install.sh/debian/resources/switch/source/mod_pgsql.patch
fi
fi