Commit 78ad554a by Guba Sándor

fixed config name in script

parent c495e5d3
...@@ -14,6 +14,6 @@ end script ...@@ -14,6 +14,6 @@ end script
post-stop script post-stop script
for inst in `initctl list|grep "^storagecelery "|awk '{print $2}'|tr -d ')'|tr -d '('` for inst in `initctl list|grep "^storagecelery "|awk '{print $2}'|tr -d ')'|tr -d '('`
do do
stop vmcelery NAME=$inst || : stop storagecelery NAME=$inst || :
done done
end script end script
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment