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