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
..
2025-03-07 13:43:41 +01:00
2025-03-07 10:16:25 +01:00
2024-10-20 09:36:28 +02:00
2024-12-07 11:22:58 +01:00