1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-07-05 06:42:33 +00:00
pi-hole/advanced/Scripts
Adam Warner 63623c4353
In ./advanced/Scripts/piholeCheckout.sh line 112:
corebranches=($(get_available_branches "${PI_HOLE_FILES_DIR}"))
                      ^-- SC2207 (warning): Prefer mapfile or read -a to split command output (or quote to avoid splitting).

In ./advanced/Scripts/piholeCheckout.sh line 139:
        webbranches=($(get_available_branches "${webInterfaceDir}"))
                     ^-- SC2207 (warning): Prefer mapfile or read -a to split command output (or quote to avoid splitting).

In ./advanced/Scripts/piholeCheckout.sh line 170:
        ftlbranches=( $(git ls-remote https://github.com/pi-hole/ftl | grep "refs/heads" | cut -d'/' -f3- -) )
                      ^-- SC2207 (warning): Prefer mapfile or read -a to split command output (or quote to avoid splitting).

In ./advanced/Scripts/piholeCheckout.sh line 218:
            elif [ $? -eq 2 ]; then
                   ^-- SC2319 (warning): This $? refers to a condition, not a command. Assign to a variable to avoid it being overwritten.

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 In ./advanced/Scripts/piholeCheckout.sh line 112: 2025-04-06 14:11:40 +01: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