mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-21 13:43:42 +00:00
Fix codespell
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
01e0c60959
commit
d15beff4ba
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ installConfigs() {
|
||||||
|
|
||||||
# Get the version number of lighttpd
|
# Get the version number of lighttpd
|
||||||
version=$(dpkg-query -f='${Version}\n' --show lighttpd)
|
version=$(dpkg-query -f='${Version}\n' --show lighttpd)
|
||||||
# Test if that version is greater than or euqal to 1.4.56
|
# Test if that version is greater than or equal to 1.4.56
|
||||||
if dpkg --compare-versions "$version" "ge" "1.4.56"; then
|
if dpkg --compare-versions "$version" "ge" "1.4.56"; then
|
||||||
# If it is, then we don't need to disable the modules
|
# If it is, then we don't need to disable the modules
|
||||||
# (server.modules duplication is ignored in lighttpd 1.4.56+)
|
# (server.modules duplication is ignored in lighttpd 1.4.56+)
|
||||||
|
|
Loading…
Reference in a new issue