Browse Source

Use the file cache

FusionPBX 2 years ago
parent
commit
0d0229c0f4
1 changed files with 3 additions and 3 deletions
  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