[Hejes-devel] [1407] fixed restart_memcached in other makefile
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Wed Jul 8 18:22:13 CEST 2015
Revision: 1407
Author: mihaltz
Date: 2015-07-08 18:22:12 +0200 (Wed, 08 Jul 2015)
Log Message:
-----------
fixed restart_memcached in other makefile
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/Makefile
Modified: trunk/web2py/applications/helyesiras_webdev/Makefile
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/Makefile 2015-07-08 16:12:08 UTC (rev 1406)
+++ trunk/web2py/applications/helyesiras_webdev/Makefile 2015-07-08 16:22:12 UTC (rev 1407)
@@ -14,4 +14,4 @@
# use this if new exceptions were added or changed in any of the modules
restart_memcached:
- sudo /etc/init.d/memcached restart
+ echo 'flush_all' | nc -q 2 localhost 11211
More information about the Hejes-devel
mailing list