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 <ewellenreiter@gmail.com>
This commit is contained in:
Ethan Wellenreiter 2023-10-18 23:29:38 -04:00
parent 4015328160
commit a4d75fc6bd
2 changed files with 2 additions and 2 deletions

2
run.sh
View File

@ -31,7 +31,7 @@ stopalldockercontainers() {
# actual script
realbranches=("app" "autocropper indexer")
realbranches=("app" "autocropper textextractor")
branches=()
for arg in $(seq 1 ${#}); do

View File

@ -15,7 +15,7 @@ fi
# actual script
realbranches=("app" "autocropper indexer")
realbranches=("app" "autocropper textextractor")
branches=()
for arg in $(seq 1 ${#}); do