master
parent
a45ff59376
commit
0010fcde7e
|
|
@ -7,7 +7,7 @@ apt-get dist-upgrade --yes
|
|||
|
||||
NEW="$(ls -1 /boot)"
|
||||
|
||||
if [ "$CURRENT" -ne "$NEW" ]; then
|
||||
if [ "$CURRENT" != "$NEW" ]; then
|
||||
echo "It looks like your kernel has been upgraded."
|
||||
echo "You should reboot and restart the build process."
|
||||
exit
|
||||
|
|
|
|||
Loading…
Reference in New Issue