Update basic-install.sh

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
Rob Gill 2018-06-02 10:46:07 +10:00 committed by GitHub
parent a8f0283e93
commit aa191e9202
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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