From bee6c6c3f6bbfcd201fda507bd74037b9748c097 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 10 Feb 2019 10:12:52 -0800 Subject: [PATCH] Adding an echo date to git update. --- scripts/git_update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/git_update.sh b/scripts/git_update.sh index aa90fef..83b4e3c 100755 --- a/scripts/git_update.sh +++ b/scripts/git_update.sh @@ -1,4 +1,5 @@ # This updates the repository from the git repo, and re-caches the torrents.db sqlite file +echo $(date) git pull git gc -./build_sqlite.sh \ No newline at end of file +./build_sqlite.sh