Commit 4d6e2264 authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Displays alert if there are no alternative kernels in the repository

parent 52857278
......@@ -808,6 +808,8 @@ function jobs ()
exitstatus=$?;
[[ $exitstatus = 0 ]] && reboot
fi
else
dialog --backtitle "$BACKTITLE" --title " Info " --msgbox "\nNo alternative kernels available!" 7 38
fi
;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment