From ec316d100f1390fdb1e722b101b2defaa49fbbff Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 19 Oct 2022 20:38:09 -0600 Subject: [PATCH] Disable the patch for 1.10.8 --- debian/resources/switch/source-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index 72c8f91..b26cb81 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -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