FreeBSD Update multiple changes

- remove memcache
- update switch url
- switch package require postgresql 15
- portsnap enabled
This commit is contained in:
FusionPBX
2024-08-24 10:11:54 -06:00
committed by GitHub
parent 4e0fba4cb9
commit e906b0caf2
6 changed files with 12 additions and 16 deletions

View File

@@ -51,7 +51,10 @@ do
done
#flush memcache
/usr/bin/fs_cli -x 'memcache flush'
#/usr/bin/fs_cli -x 'memcache flush'
#flush the cache
rm /var/cache/fusionpbx/*
#restart freeswitch
service freeswitch restart