summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--check-kernel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-kernel.in b/check-kernel.in
index ed819d2..619e1e2 100644
--- a/check-kernel.in
+++ b/check-kernel.in
@@ -163,7 +163,7 @@ else
read s
if [ -z "${s}" ]; then
if command -v screen >/dev/null; then
- screen -d -m 'shutdownasap -r'
+ screen -d -m shutdownasap -r
else
shutdownasap -r
fi