Skip to content

Commit

Permalink
Group appconfig section
Browse files Browse the repository at this point in the history
  • Loading branch information
LucWollants committed Sep 4, 2024
1 parent db8391b commit 98d38d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ else
exit 1
fi

DIR="../geojson-data/output"
DIR="../appconfig/files/uitdatabank/docker/keys/"
if [ -d "$DIR" ]; then
cp "$DIR"/facet_mapping_regions.yml .
cp -R "$DIR"/* .
else
echo "Error: missing geojson data. See docker.md prerequisites to fix this."
echo "Error: missing appconfig. The appconfig and udb3-search-service repositories must be cloned into the same parent folder."
exit 1
fi

DIR="../appconfig/files/uitdatabank/docker/keys/"
DIR="../geojson-data/output"
if [ -d "$DIR" ]; then
cp -R "$DIR"/* .
cp "$DIR"/facet_mapping_regions.yml .
else
echo "Error: missing appconfig. The appconfig and udb3-search-service repositories must be cloned into the same parent folder."
echo "Error: missing geojson data. See docker.md prerequisites to fix this."
exit 1
fi

0 comments on commit 98d38d9

Please sign in to comment.