server: Remove typo in bkctld-reload

This commit is contained in:
Ludovic Poujol 2024-07-10 10:05:07 +02:00 committed by Ludovic Poujol
parent 05690dcc2f
commit 40bacca027

View file

@ -24,4 +24,3 @@ if kill -HUP "${pid}"; then
else
error "Reload jail \`${jail_name}' : failed [${pid}]"
fi
q