diff --git a/taiko-web-db-cron.sh b/taiko-web-db-cron.sh index 4a65f39..fb426dc 100644 --- a/taiko-web-db-cron.sh +++ b/taiko-web-db-cron.sh @@ -4,6 +4,8 @@ set -eu test "$(docker container inspect -f '{{.State.Status}}' taiko-mongo)" = "running" +rm -rf ~/taiko-web-db +git clone --depth 1 https://codeberg.org/yuukixyz/taiko-web-db.git ~/taiko-web-db cd ~/taiko-web-db git reset --hard HEAD