From 47543de6fa707b8f82d9b7c9c8af0fda02971f0e Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 12 Jul 2012 16:28:06 -0400 Subject: documentation, cleanup --- init_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init_test.sh') diff --git a/init_test.sh b/init_test.sh index d1e6f7d..4a00734 100755 --- a/init_test.sh +++ b/init_test.sh @@ -6,7 +6,7 @@ export key=`./exmachina.py --random-key` echo $key | ./exmachina.py -vk --pid-file /tmp/exmachina_test.pid sleep 1 -echo $key | ./test.py -k +echo $key | sudo -u www-data ./test_exmachina.py -k kill `cat /tmp/exmachina_test.pid` && rm /tmp/exmachina_test.pid sleep 1 -- cgit v1.2.3