From: Mike Rylander Date: Fri, 8 Apr 2022 15:10:35 +0000 (-0400) Subject: LP#1967770: Followup fix for cover image directories X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b5eb3fe1d3a23b8670bb13ba523845bb04f20cb6;p=evergreen%2Fmasslnc.git 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 --- 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