From 5fc0ff46e5e55284f2d4cfb7fee0dcb5faf9e8a2 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Wed, 14 Dec 2022 16:34:29 -0500 Subject: [PATCH] Update trouble-majestic.md --- en/trouble-majestic.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/trouble-majestic.md b/en/trouble-majestic.md index e4175f1..7db808f 100644 --- a/en/trouble-majestic.md +++ b/en/trouble-majestic.md @@ -8,8 +8,9 @@ that leads to watchdog rebooting the system and deleting the logs from the camer log to a safe place as it populates. And you can achieve that using ssh access to the camera and piping output to a file on your desktop. -Run this command on your Linux desktop and wait for the camera to reboot once again. The resulting log -file will be in the same directory named and dated similar to _majestic-2022-12-14.log_ +Run this command on your Linux desktop (do not forget to replace _192.168.1.10_ with camera's actual IP address) +and wait for the camera to reboot once again. The resulting log file will be in the same directory named and +dated similar to _majestic-2022-12-14.log_ ``` ssh root@192.168.1.10 "killall majestic; sleep 2; majestic" > majestic-$(date +"%F").log ```