diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 4212159e..059870ab 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2042,8 +2042,10 @@ installPihole() { fi # Install the cron file installCron - # Install the logrotate file - installLogrotate + if ! installLogrotate; then + printf " %b Failure in logrotate installation function.\\n" "${CROSS}" + # This isn't fatal, no need to exit. + fi # Check if dnsmasq is present. If so, disable it and back up any possible # config file disable_dnsmasq