From d0a89b565899fa6061f59ff91bf23485974e76f7 Mon Sep 17 00:00:00 2001 From: Cyril Date: Sun, 29 Sep 2024 14:49:56 +0200 Subject: [PATCH] Update install-and-update-rooted-firmware-k1.md --- docs/firmwares/install-and-update-rooted-firmware-k1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/firmwares/install-and-update-rooted-firmware-k1.md b/docs/firmwares/install-and-update-rooted-firmware-k1.md index f2b9a0b1..911d9758 100644 --- a/docs/firmwares/install-and-update-rooted-firmware-k1.md +++ b/docs/firmwares/install-and-update-rooted-firmware-k1.md @@ -84,9 +84,9 @@ This can be useful if you have made modifications to the printer (BLTouch etc... - If you no longer want to have the USB drive inserted (until the next factory reset), connect to SSH (Guide is available here) and enter this command: - ``` title="SSH Command Prompt" - sed -i 's/"self_test_sw":1/"self_test_sw":0/' /usr/data/creality/userdata/config/system_config.json - ``` +``` title="SSH Command Prompt" +sed -i 's/"self_test_sw":1/"self_test_sw":0/' /usr/data/creality/userdata/config/system_config.json +``` ## Enable Root Access