mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Update basic-install.sh
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
parent
a8f0283e93
commit
aa191e9202
1 changed files with 3 additions and 3 deletions
|
@ -2290,11 +2290,11 @@ main() {
|
|||
if [[ "${INSTALL_WEB_SERVER}" == true ]]; then
|
||||
enable_service lighttpd
|
||||
fi
|
||||
# Determin if lighttpd is correctly enabled
|
||||
# Determine if lighttpd is correctly enabled
|
||||
if check_service_active "lighttpd"; then
|
||||
LIGHTTPD_ENABLED=true;
|
||||
LIGHTTPD_ENABLED=true
|
||||
else
|
||||
LIGHTTPD_ENABLED=false;
|
||||
LIGHTTPD_ENABLED=false
|
||||
fi
|
||||
|
||||
# Install and log everything to a file
|
||||
|
|
Loading…
Reference in a new issue