Remove extra failure display when installation of logrotate file is skipped because the file already exists

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/4247/head
DL6ER 3 years ago
parent fba7517cc6
commit d0eb0d5037
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -2042,11 +2042,10 @@ installPihole() {
fi
# Install the cron file
installCron
# Install the logrotate file
if ! installLogrotate; then
printf " %b Failure in logrotate installation function.\\n" "${CROSS}"
# This isn't fatal, no need to exit.
fi
installLogrotate || true
# Check if dnsmasq is present. If so, disable it and back up any possible
# config file
disable_dnsmasq

Loading…
Cancel
Save