jcp: Add missing fi

This commit is contained in:
tschettervictor
2025-01-21 07:42:41 -07:00
committed by GitHub
parent 4c2539dd8d
commit 086f4a60a5

View File

@@ -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