fix log message wording

This commit is contained in:
Jérémy Lecour 2020-04-20 23:30:57 +02:00 committed by Jérémy Lecour
parent 86e88ad2c2
commit ea140f6137

View file

@ -37,7 +37,7 @@ for try in $(seq 1 10); do
done
if [ -n "${pid}" ]; then
notice "Start jail \`${jail_name}' : PID \`${pid}'"
notice "Start jail \`${jail_name}' : OK [${pid}]"
else
error "Failed to fetch SSH PID for jail \`${jail_name}' within 3 seconds"
fi