Commit ff9e53c1 authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: bugfix in the init script

parent d0096837
......@@ -66,7 +66,7 @@ function getstatus_trackrdrd {
function check_varnishd {
pgrep -f varnishd.*pa_proxy >/dev/null
if [ $? -ne 0 ]
if [ $? -ne 0 ]; then
echo "varnishd not running"
exit 1
fi
......
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 to comment