mirror of
https://github.com/pi-hole/pi-hole
synced 2025-07-22 23:18:08 +00:00
![]() local status=$(curl --head --silent "https://ftl.pi-hole.net/${1}" | head -n 1) ^----^ SC2155 (warning): Declare and assign separately to avoid masking return values. In ./automated install/basic-install.sh line 2076: 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> |
||
---|---|---|
.. | ||
basic-install.sh | ||
uninstall.sh |