1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-07-22 23:18:08 +00:00
pi-hole/automated install
Adam Warner 39f5115135
In ./automated install/basic-install.sh line 1753:
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>
2025-04-06 14:11:40 +01:00
..
basic-install.sh In ./automated install/basic-install.sh line 1753: 2025-04-06 14:11:40 +01:00
uninstall.sh Update update.sh, updatecheck.sh and uninstall.sh to honour pihole.toml settings for webserver.paths.webroot and webserver.paths.webhome 2025-03-30 13:11:21 +08:00