mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-12 23:14:23 +00:00
Added db update date check
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user