!=
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user