From 00ee07a56e7abb6be5908246ed08bc0054aa07d8 Mon Sep 17 00:00:00 2001 From: Nicolai Rosdahl Tellefsen Date: Thu, 3 Oct 2024 19:20:52 +0200 Subject: [PATCH] feat: add tg24 files to default startup --- wayback/startup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wayback/startup.sh b/wayback/startup.sh index ca89105..1c7242e 100755 --- a/wayback/startup.sh +++ b/wayback/startup.sh @@ -15,7 +15,7 @@ echo "Cloning archive sources from git" git clone https://github.com/gathering/go-archive-tg21 || (cd go-archive-tg21 ; git pull ; git lfs pull ; cd ..) git clone https://github.com/gathering/go-archive-tg22 || (cd go-archive-tg22 ; git pull ; git lfs pull ; cd ..) git clone https://github.com/gathering/go-archive-tg23 || (cd go-archive-tg23 ; git pull ; git lfs pull ; cd ..) -# git clone https://github.com/gathering/go-archive-tg24 || (cd go-archive-tg24 ; git pull ; git lfs pull ; cd ..) +git clone https://github.com/gathering/go-archive-tg24 || (cd go-archive-tg24 ; git pull ; git lfs pull ; cd ..) cd "$WORKDIR" @@ -24,6 +24,6 @@ echo "Populating collections from archive sources" cp -r "$SOURCES/go-archive-tg21/browsertrix-crawler/crawls/collections/tg21/" "$COLLECTIONS/" cp -r "$SOURCES/go-archive-tg22/browsertrix-crawler/tg22/" "$COLLECTIONS/" cp -r "$SOURCES/go-archive-tg23/tg23/" "$COLLECTIONS/" -#cp -r "$SOURCES/go-archive-tg24/tg24/" "$COLLECTIONS/" +cp -r "$SOURCES/go-archive-tg24/tg24/" "$COLLECTIONS/" exec /docker-entrypoint.sh $@