mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Remove empty line
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
ec9f490fcc
commit
dfcdfd4b0a
1 changed files with 1 additions and 2 deletions
|
@ -1484,7 +1484,7 @@ installConfigs() {
|
|||
return 1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
# If the user chose to install the dashboard,
|
||||
if [[ "${INSTALL_WEB_SERVER}" == true ]]; then
|
||||
# and if the Web server conf directory does not exist,
|
||||
|
@ -1819,7 +1819,6 @@ installPiholeWeb() {
|
|||
printf "%b %b %s\\n" "${OVER}" "${TICK}" "${str}"
|
||||
}
|
||||
|
||||
|
||||
# Installs a cron file
|
||||
installCron() {
|
||||
# Install the cron job
|
||||
|
|
Loading…
Reference in a new issue