summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-06 17:03:48 +0200
committerErich Eckner <git@eckner.net>2020-05-06 17:03:48 +0200
commitf61b2141b77f760c6c571a1bb28dd1e948422e7f (patch)
tree0fcd3b5f716a28c5dcc9c0274df68dc9fafcd209
parentedc792d5ebeb62d66fb401b1485d3ca03c1e8ae2 (diff)
downloadupdate-all-f61b2141b77f760c6c571a1bb28dd1e948422e7f.tar.xz
update-me: fix screen call
-rw-r--r--update-me.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-me.in b/update-me.in
index 2daeb04..7d12443 100644
--- a/update-me.in
+++ b/update-me.in
@@ -53,7 +53,7 @@ for mp in '/' '/boot'; do
preCmds+=('mount -o remount,rw '"${mp}")
if command -v shutdownasap >/dev/null; then
if command -v screen >/dev/null; then
- postCmds+=('mount -o remount,ro '"${mp}"' || screen -d -m "shutdownasap -r"')
+ postCmds+=('mount -o remount,ro '"${mp}"' || screen -d -m shutdownasap -r')
else
postCmds+=('mount -o remount,ro '"${mp}"' || shutdownasap -r')
fi