From 47b0be3f7423cdacb604f69719529fa14689f777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Sun, 10 Sep 2023 18:57:52 +0200 Subject: [PATCH] change default directory names --- mige.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mige.sh b/mige.sh index efea192..1922404 100755 --- a/mige.sh +++ b/mige.sh @@ -1,8 +1,8 @@ #!/bin/bash DIR_ASSETS=${DIR_ASSETS:-assets} -DIR_CONTENT=${DIR_CONTENT:-in} -DIR_DIST=${DIR_DIST:-!out} +DIR_CONTENT=${DIR_CONTENT:-content} +DIR_DIST=${DIR_DIST:-!dist} DIR_EMBED=${DIR_EMBED:-embed} REGEX_EMBED="^##(.*?)\|.*" REGEX_VARIABLE="^([0-9]+)=(.+)$"