From a4d75fc6bde757de310948b33f18662857e8a88c Mon Sep 17 00:00:00 2001 From: Ethan Wellenreiter Date: Wed, 18 Oct 2023 23:29:38 -0400 Subject: [PATCH] Updating scripts to work with this branch Just making textextractor one of the branches that can be chosen in the scripts. Signed-off-by: Ethan Wellenreiter --- run.sh | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index df2005c..6c7bf91 100755 --- a/run.sh +++ b/run.sh @@ -31,7 +31,7 @@ stopalldockercontainers() { # actual script -realbranches=("app" "autocropper indexer") +realbranches=("app" "autocropper textextractor") branches=() for arg in $(seq 1 ${#}); do diff --git a/setup.sh b/setup.sh index c3c0d79..3f7a091 100755 --- a/setup.sh +++ b/setup.sh @@ -15,7 +15,7 @@ fi # actual script -realbranches=("app" "autocropper indexer") +realbranches=("app" "autocropper textextractor") branches=() for arg in $(seq 1 ${#}); do