From 1fab15dadd21deb6a259fa2fed52d00097ab8c11 Mon Sep 17 00:00:00 2001 From: cuff21 Date: Tue, 23 Jan 2024 09:45:49 -0500 Subject: [PATCH] Update safe-mode.md Fix command for disabling safe mode --- configuration/safe-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/safe-mode.md b/configuration/safe-mode.md index 02f0a0f..c131415 100644 --- a/configuration/safe-mode.md +++ b/configuration/safe-mode.md @@ -48,9 +48,9 @@ Be aware, that if we haven't fixed anything, that you will again enter the safe ### How to disable safe mode -It can be completely disabled by creating `/storage/.config/safemode.disable` . +Safe mode can be completely disabled using a flag file `/storage/.config/safemode.disable` . -Login via SSH and type touch `/storage/.config/safemode.disable` +Login via SSH and type `touch /storage/.config/safemode.disable` ### How to fix a broken add-on