From ed5460d29de5074afd0bb60b7bfc09b8a4775c1f Mon Sep 17 00:00:00 2001 From: DonRichards Date: Wed, 18 Oct 2023 15:08:22 -0400 Subject: [PATCH] More adjustments for sandbox --- custom.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.Makefile b/custom.Makefile index ee3bed62c..3217a0112 100644 --- a/custom.Makefile +++ b/custom.Makefile @@ -113,7 +113,7 @@ jhu_up: jhu_generate-secrets echo ""; \ fi @echo "docker-compose.yml does not exist, creating starter site" - if [ -z "$$(ls -A $(QUOTED_CURDIR)/codebase)" ]; then \ + if [ -z "$$(ls -A $(QUOTED_CURDIR)/codebase/config/sync/)" ]; then \ echo "codebase/ directory is empty, cloning it"; \ git clone -b main https://github.com/jhu-idc/idc-codebase codebase; \ echo "codebase/ was cloned"; \