From b5eb3fe1d3a23b8670bb13ba523845bb04f20cb6 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 8 Apr 2022 11:10:35 -0400 Subject: [PATCH] LP#1967770: Followup fix for cover image directories In the initial fix we checked for the top level cover image location and error out if it's not there, but this is unnecessary since it will be created if it doesn't yet exist. Signed-off-by: Mike Rylander --- Open-ILS/src/extras/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/autogen.sh b/Open-ILS/src/extras/autogen.sh index 90f6da2481..9e432d0bbd 100755 --- a/Open-ILS/src/extras/autogen.sh +++ b/Open-ILS/src/extras/autogen.sh @@ -77,7 +77,7 @@ function check_files_writable { OHNO=0 # Verify we're able to write everywhere we need -for DIR in "$JSDIR" "$FMDOJODIR" "$SLIMPACDIR" "$COVERDIR" +for DIR in "$JSDIR" "$FMDOJODIR" "$SLIMPACDIR" do check_dir_writable "$DIR" done -- 2.11.0