From a05c7ad65280c261fe3f6635cbfb1126114b6534 Mon Sep 17 00:00:00 2001 From: Andrew Stryker Date: Thu, 14 Sep 2023 14:05:25 -0700 Subject: [PATCH] Create a content directory if not present --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 10e2d1a..6a00b3f 100755 --- a/configure +++ b/configure @@ -6,6 +6,8 @@ SITE_ENV="${SITE_ENV:-${CONTENT}/site-env}" curate="${curate:-about}" index="${index:-index}" +mkdir -p ${CONTENT} + # Confirm overwrite of configuration if [[ -r ${SITE_ENV} ]] then