mirror of
https://github.com/pi-hole/pi-hole
synced 2025-07-05 06:42:33 +00:00
![]() 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> |
||
---|---|---|
.. | ||
database_migration | ||
api.sh | ||
COL_TABLE | ||
list.sh | ||
piholeARPTable.sh | ||
piholeCheckout.sh | ||
piholeDebug.sh | ||
piholeLogFlush.sh | ||
query.sh | ||
update.sh | ||
updatecheck.sh | ||
utils.sh | ||
version.sh |