mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
fix thre spelling errors
This commit is contained in:
parent
2f939d8c56
commit
e7ad972783
1 changed files with 3 additions and 3 deletions
|
@ -155,7 +155,7 @@ if command -v apt-get &> /dev/null; then
|
||||||
phpVer="php5"
|
phpVer="php5"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Since our instal script is so large, we need several other programs to successfuly get a machine provisioned
|
# Since our install script is so large, we need several other programs to successfuly get a machine provisioned
|
||||||
# These programs are stored in an array so they can be looped through later
|
# These programs are stored in an array so they can be looped through later
|
||||||
INSTALLER_DEPS=(apt-utils dialog debconf dhcpcd5 git ${iproute_pkg} whiptail)
|
INSTALLER_DEPS=(apt-utils dialog debconf dhcpcd5 git ${iproute_pkg} whiptail)
|
||||||
# Pi-hole itself has several dependencies that also need to be installed
|
# Pi-hole itself has several dependencies that also need to be installed
|
||||||
|
@ -227,7 +227,7 @@ is_repo() {
|
||||||
# Use a named, local variable instead of the vague $1, which is the first arguement passed to this function
|
# Use a named, local variable instead of the vague $1, which is the first arguement passed to this function
|
||||||
# These local variables should always be lowercase
|
# These local variables should always be lowercase
|
||||||
local directory="${1}"
|
local directory="${1}"
|
||||||
# A local variabled for the current directory
|
# A local variable for the current directory
|
||||||
local curdir
|
local curdir
|
||||||
# A variable to store the return code
|
# A variable to store the return code
|
||||||
local rc
|
local rc
|
||||||
|
@ -1001,7 +1001,7 @@ version_check_dnsmasq() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Clean an exiting installation to prepare for upgrade/reinstall
|
# Clean an existing installation to prepare for upgrade/reinstall
|
||||||
clean_existing() {
|
clean_existing() {
|
||||||
# Local, named variables
|
# Local, named variables
|
||||||
# ${1} Directory to clean
|
# ${1} Directory to clean
|
||||||
|
|
Loading…
Reference in a new issue