add /usr/bin/memcachedflush cmd shortcut - to allow flushing of memcached server caches - for existing centmin mod users they can add this cmd shortcut using below one liner in SSH Code (Text): echo "memflush --quiet --servers=localhost:11211" >/usr/bin/memcachedflush ; chmod 700 /usr/bin/memcachedflush Continue reading... 123.09beta01 branch Branch: https://github.com/centminmod/centminmod/tree/123.09beta01 Commit History: https://github.com/centminmod/centminmod/commits/123.09beta01
But if we just update centminmod and run it it will auto add this one if i am not wrong? Beta Branch - add check_memcachedflush function inc/cpcheck.inc so no need for that manual edit?