summaryrefslogtreecommitdiffstats
path: root/files/post-functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'files/post-functions.sh')
-rw-r--r--files/post-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/post-functions.sh b/files/post-functions.sh
index 1a54136..787f97d 100644
--- a/files/post-functions.sh
+++ b/files/post-functions.sh
@@ -223,7 +223,7 @@ lookkernel() {
Your kernel image was updated. We highly recommend you run: lilo
Do you want slackpkg to run lilo now? (Y/n)"
answer
- if [ "$ANSWER" != "n" ] && [ "$ANSWER" != "N" ]; then
+ if [ "$ANSWER" = "y" ] || [ "$ANSWER" = "Y" ]; then
/sbin/lilo
fi
else