From 086f4a60a5d727643d0d0d5615706f7889b3beab Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Tue, 21 Jan 2025 07:42:41 -0700 Subject: [PATCH] jcp: Add missing fi --- usr/local/share/bastille/jcp.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/share/bastille/jcp.sh b/usr/local/share/bastille/jcp.sh index bd0e4870..fc8cf05e 100644 --- a/usr/local/share/bastille/jcp.sh +++ b/usr/local/share/bastille/jcp.sh @@ -99,4 +99,5 @@ for _jail in ${DEST_TARGET}; do if ! cp "${OPTION}" "${source_path}" "${dest_path}"; then error_continue "JCP failed: ${source_path} -> ${dest_path}" fi + fi done \ No newline at end of file