Adding an echo date to git update.
This commit is contained in:
parent
96b82f71b4
commit
bee6c6c3f6
|
@ -1,4 +1,5 @@
|
||||||
# This updates the repository from the git repo, and re-caches the torrents.db sqlite file
|
# This updates the repository from the git repo, and re-caches the torrents.db sqlite file
|
||||||
|
echo $(date)
|
||||||
git pull
|
git pull
|
||||||
git gc
|
git gc
|
||||||
./build_sqlite.sh
|
./build_sqlite.sh
|
||||||
|
|
Loading…
Reference in New Issue