mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
grammar corrected (double negative)
This commit is contained in:
parent
5221767a70
commit
209a2ab3ec
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ elif command -v rpm &> /dev/null; then
|
||||||
LIGHTTPD_CFG="lighttpd.conf.fedora"
|
LIGHTTPD_CFG="lighttpd.conf.fedora"
|
||||||
DNSMASQ_USER="nobody"
|
DNSMASQ_USER="nobody"
|
||||||
|
|
||||||
# If neither apt-get or rmp/dnf are not found
|
# If neither apt-get or rmp/dnf are found
|
||||||
else
|
else
|
||||||
# it's not an OS we can support,
|
# it's not an OS we can support,
|
||||||
echo -e " ${CROSS} OS distribution not supported"
|
echo -e " ${CROSS} OS distribution not supported"
|
||||||
|
|
Loading…
Reference in a new issue