Remove shellcheck directives that no longer serve any purpose

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2025-04-07 10:24:53 +01:00
parent ca1bab3c1b
commit 3732ea7365
5 changed files with 0 additions and 8 deletions
-1
View File
@@ -769,7 +769,6 @@ chooseInterface() {
# All further interfaces are deselected
status="OFF"
done
# shellcheck disable=SC2086
# Disable check for double quote here as we are passing a string with spaces
PIHOLE_INTERFACE=$(dialog --no-shadow --keep-tite --output-fd 1 \
--cancel-label "Exit" --ok-label "Select" \
-1
View File
@@ -42,7 +42,6 @@ else
fi
readonly PI_HOLE_FILES_DIR="/etc/.pihole"
# shellcheck disable=SC2034
SKIP_INSTALL="true"
# shellcheck source="./basic-install.sh"
source "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh"