1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-07-05 14:52:33 +00:00
pi-hole/advanced/Scripts
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
..
database_migration In ./advanced/Scripts/database_migration/gravity-db.sh line 18: 2025-04-06 14:11:40 +01:00
api.sh Add 2FA handling to api.sh 2025-03-07 13:43:41 +01:00
COL_TABLE Remove WEB_CALL from COL_TABLE 2025-03-07 10:16:25 +01:00
list.sh Set exit code explicitly everywhere 2024-10-20 09:36:28 +02:00
piholeARPTable.sh Fix ARP flush command 2024-12-07 11:22:58 +01:00
piholeCheckout.sh Account for renaming of devel branch on web repo 2024-09-04 21:59:43 +02:00
piholeDebug.sh Revert "source with source not dot (#6137)" 2025-04-04 19:12:57 +01:00
piholeLogFlush.sh Add webserver log to piholeLogFlush.sh 2025-03-05 22:25:33 +01:00
query.sh Revert "source with source not dot (#6137)" 2025-04-04 19:12:57 +01:00
update.sh Update update.sh, updatecheck.sh and uninstall.sh to honour pihole.to… (#5981) 2025-04-05 01:18:49 +01:00
updatecheck.sh Revert "source with source not dot (#6137)" 2025-04-04 19:12:57 +01:00
utils.sh In ./advanced/Scripts/utils.sh line 91: 2025-04-06 14:11:40 +01:00
version.sh Revert "source with source not dot (#6137)" 2025-04-04 19:12:57 +01:00