From ebc73803614c4ee8725e59a394925fdcc330d1e7 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Sat, 30 Nov 2024 01:47:37 +0000 Subject: [PATCH] =?UTF-8?q?reset=E3=81=97=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taiko-web-db-cron.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/taiko-web-db-cron.sh b/taiko-web-db-cron.sh index 889dc67..0f1d9c8 100644 --- a/taiko-web-db-cron.sh +++ b/taiko-web-db-cron.sh @@ -8,8 +8,6 @@ rm -rf ~/taiko-web-db git clone --depth 1 https://github.com/yuukiwww/taiko-web-db.git ~/taiko-web-db cd ~/taiko-web-db -git reset --hard HEAD - docker exec -i taiko-mongo mongoexport --db taiko --collection users --out /dev/stdout | sort -n > users.json docker exec -i taiko-mongo mongoexport --db taiko --collection songs --out /dev/stdout | sort -n > songs.json docker exec -i taiko-mongo mongoexport --db taiko --collection scores --out /dev/stdout | sort -n > scores.json