Added db update date check

This commit is contained in:
Michele Cereda
2022-11-06 23:31:19 +01:00
parent b9b767f25e
commit a7424a7279
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ cd pi-hole && docker-compose up -d
# Upgrade Graviton's DB.
docker exec -ti pihole pihole -g
# Check when Graviton's DB has been updated.
docker exec pihole stat /etc/pihole/gravity.db
```
## Further readings

View File

@@ -8,6 +8,9 @@ curl -sSL 'https://install.pi-hole.net' | bash
# Update Graviton's DB.
pihole -g
# Check when Graviton's DB has been updated.
stat /etc/pihole/gravity.db
```
## Further readings