浏览代码

Use the file cache

FusionPBX 2 年之前
父节点
当前提交
0d0229c0f4
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      debian/resources/switch/dsn.sh

+ 3 - 3
debian/resources/switch/dsn.sh

@@ -50,8 +50,8 @@ do
   fi
 done
 
-#flush memcache
-/usr/bin/fs_cli -x 'memcache flush'
+#flush the cache
+rm -R /var/cache/fusionpbx/*
 
 #restart freeswitch
-service freeswitch restart
+/usr/sbin/service freeswitch restart