From ea9ec384c61c50103010090d446fdcbf85711194 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 29 Dec 2016 01:35:52 -0800 Subject: [PATCH] Disambiguate nested ifs. Signed-off-by: Dan Schaper --- automated install/basic-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 09615430..9701560f 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -742,6 +742,7 @@ notify_package_updates_available() { echo "::: We recommend you update your OS after installing Pi-Hole! " echo ":::" fi + else echo "::: Kernel update detected, please reboot your system and try again if your installation fails." fi }