From 09375c138c4c2296f7fed81aae8bdf30252a52e4 Mon Sep 17 00:00:00 2001 From: alfrix Date: Fri, 2 Sep 2022 18:15:01 -0300 Subject: [PATCH] docs: fix command in troubleshooting --- docs/Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index e7d00e9b..3df4c262 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -45,7 +45,7 @@ sudo service KlipperScreen restart If it's still failing as a last resort add `needs_root_rights=yes` to `/etc/X11/Xwrapper.config`: ```sh -sudo echo needs_root_rights=yes>>/etc/X11/Xwrapper.config +sudo bash -c "echo needs_root_rights=yes>>/etc/X11/Xwrapper.config" ``` restart KS.