1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-07-23 15:38:09 +00:00
pi-hole/advanced
Adam Warner 59d2177271
In ./advanced/Scripts/database_migration/gravity-db.sh line 18:
piholeDir="${2}"
    ^-------^ SC2034 (warning): piholeDir appears unused. Verify use (or export if used externally).

Turns out it is _actually_ unused, the full path of the gravity database is passed to the function, so we'll tidy this up rather than supressing.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2025-04-06 14:11:40 +01:00
..
bash-completion Remove 'reconfigure' option 2025-02-06 21:57:05 +01:00
Scripts In ./advanced/Scripts/database_migration/gravity-db.sh line 18: 2025-04-06 14:11:40 +01:00
Templates Revert "source with source not dot (#6137)" 2025-04-04 19:12:57 +01:00