From 98378130f2cdcf58ec0e79e721b5f9d6cfa130e5 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 19 Oct 2021 21:17:54 -0500 Subject: [PATCH] Fixed Crucible libraries unzip for Alpine #1052 --- start-deployCrucible | 1 + 1 file changed, 1 insertion(+) diff --git a/start-deployCrucible b/start-deployCrucible index d204664c..3c49e1d3 100644 --- a/start-deployCrucible +++ b/start-deployCrucible @@ -47,6 +47,7 @@ if [ ! -d "$librariesDir" ]; then exit 1 fi + mkdir "$librariesDir" if ! unzip /tmp/libraries.zip -d "$librariesDir"; then log "ERROR: failed to unzip Crucible libraries" exit 1