We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0dfd7f commit 6c3dea6Copy full SHA for 6c3dea6
adafruit_shell.py
@@ -504,7 +504,8 @@ def check_kernel_update_reboot_required(self):
504
"""Checks if the pi needs to be rebooted since the last kernel update"""
505
if not self.exists("/lib/modules/{}".format(self.release())):
506
self.error(
507
- "OS has not been rebooted since last kernel update. Please reboot and re-run the script"
+ "OS has not been rebooted since last kernel update. "
508
+ "Please reboot and re-run the script."
509
)
510
self.prompt_reboot()
511
0 commit comments