diff options
-rw-r--r-- | check-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-kernel.in b/check-kernel.in index 17090d9..10b1c2f 100644 --- a/check-kernel.in +++ b/check-kernel.in @@ -147,7 +147,7 @@ else >&2 printf 'Press enter to reboot ...' read s if [ -z "${s}" ]; then - reboot + PATH=$PATH:/usr/bin:/usr/sbin:/bin:/sbin reboot fi else exit 1 |