From 2d4cae58bc8e608039f4e1edc1c35b7e009467d5 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 12 Apr 2020 11:43:06 +0200 Subject: [PATCH] fix typo --- lib/bkctld-inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bkctld-inc b/lib/bkctld-inc index 07847b6..3a0f0b8 100755 --- a/lib/bkctld-inc +++ b/lib/bkctld-inc @@ -77,7 +77,7 @@ for jail_name in $(jails_list); do inc_path=$(inc_path "${jail_name}" "${inc_name}") incs_policy_file=$(current_jail_incs_policy_file ${jail_name}) - # If not incs policy is found, we don't create incs + # If no incs policy is found, we don't create incs if [ -n "${incs_policy_file}" ]; then # If not incs directory is found, we don't create incs if [ ! -d "${inc_path}" ]; then