Skip to content

Commit

Permalink
fix updater
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Jun 29, 2023
1 parent b0946b3 commit 4586ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,8 @@ is_image() {
do_refresh_corpusops() {
if [[ -z ${SKIP_CORPUSOPS-} ]];then
if [[ -n $COPS_ROOT ]] && [ ! -e "$COPS_ROOT" ];then mkdir -p "$COPS_ROOT";fi
COPS_ROOT="${COPS_ROOT:-$(pwd)/local/corpusops/corpusops.bootstrap}"
if [ -e $COPS_ROOT/.git ];then cd $COPS_ROOT && git pull && cd -;fi
vv .ansible/scripts/download_corpusops.sh
vv .ansible/scripts/setup_corpusops.sh
fi
Expand Down

0 comments on commit 4586ef2

Please sign in to comment.