瀏覽代碼

:sparkles: Keep reboot start message

Allow to compare reboot trigger and reboot done
DricomDragon 1 年之前
父節點
當前提交
7ca357eb58
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Guides/install-linux.md

+ 1 - 1
Guides/install-linux.md

@@ -113,7 +113,7 @@ Edit the root crontab :
 ```cron
 0 2 * * * /home/jovian/Cron/update_system > /home/jovian/Cron/logs/update_system_log.txt 2> /home/jovian/Cron/logs/update_system_error.txt
 0 3 * * 4 /home/jovian/Cron/reboot_system > /home/jovian/Cron/logs/reboot_system_log.txt 2> /home/jovian/Cron/logs/reboot_system_error.txt
-@reboot /home/jovian/Cron/boot_system > /home/jovian/Cron/logs/reboot_system_log.txt 2> /home/jovian/Cron/logs/reboot_system_error.txt
+@reboot /home/jovian/Cron/boot_system >> /home/jovian/Cron/logs/reboot_system_log.txt 2>> /home/jovian/Cron/logs/reboot_system_error.txt
 ```
 
 Note : it's a home-made solution. Prefer `unattended-upgrades` for real use cases.