Skip to content

Commit

Permalink
Saving index json file in update process
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Sep 30, 2022
1 parent c56535f commit 2c53ee1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cp dex.js dex.sav
cp dex.json dex.sav2
git stash
git pull $@
cd doc
Expand All @@ -9,7 +10,9 @@ python setup.py install
chmod +x update.sh
chmod +x run-all.sh
cp -f dex.sav dex.js
cp -f dex.sav2 dex.json
rm dex.sav
rm dex.sav2
cp Patent2Net/Carrot2/main.4974e0c5.chunk.js /home/p2n/carrot2/carrot2-4.2.1/dcs/web/frontend/static/js


0 comments on commit 2c53ee1

Please sign in to comment.