epita-std
/
ACU
Archived
1
0
Fork 0

Fix set_workers

This commit is contained in:
Mercier Pierre-Olivier 2013-12-05 06:48:42 +01:00
parent 874c6bc482
commit 4482f47eec
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ cat <<EOF | gearman -h gearmand-srv -p 4730 -f moulette_get
<?xml version="1.0" encoding="UTF-8"?>
<process>
<param name="type">set_workers</param>
<param name="nb">$1</param>
<param name="to">$1</param>
</process>
EOF