Reload when update params

This commit is contained in:
Victor LABORIE 2018-03-28 14:09:22 +02:00
parent 685b70b632
commit 2893953ec0

1
bkctld
View file

@ -381,6 +381,7 @@ sub_params() {
"get_${params}" "${jail}"
else
"set_${params}" "${jail}" "${option}"
check_jail_on "${jail}" && sub_reload "${jail}"
notice "${jail} : update ${params} => ${option}"
fi
}