diff options
-rw-r--r-- | abs/core-testing/linhes-scripts/linhes_update3.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core-testing/linhes-scripts/linhes_update3.sh b/abs/core-testing/linhes-scripts/linhes_update3.sh index 56e8612..e89f7a3 100644 --- a/abs/core-testing/linhes-scripts/linhes_update3.sh +++ b/abs/core-testing/linhes-scripts/linhes_update3.sh @@ -8,3 +8,9 @@ if [ $COUNT -lt 20 ] else cat /tmp/to_be_upgraded2 | osd_cat -p top -f"-adobe-courier-bold-*-*-*-34-*-*-*-*-*" -d 1 -A centre -l 20 -w fi +if grep kernel26 /tmp/to_be_upgraded2 +then + echo -e "Please note:\The kernel will be upgraded.\nThis will require a reboot.\nPlease do so when no jobs are running." | osd_cat -p middle -s 5 -f"-adobe-courier-bould-*-*-*-34-*-*-*-*-*" -d 10 -A centre +else + exit +fi |