From 03eb96661ecc0e51c8c7d4667bbcc8e5a7973b6c Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Fri, 20 Mar 2026 15:10:10 +0700 Subject: [PATCH] update --- check_router_reboot.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_router_reboot.jl b/check_router_reboot.jl index 37c9790..311ef7d 100644 --- a/check_router_reboot.jl +++ b/check_router_reboot.jl @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------------------------------ # # ---------------- For PC that has juliar for root user and julia for normal user ---------------- # -# linux_prompt> @reboot sleep 30 && /usr/local/bin/juliar --project=/home/ton/docker-programs/check_and_reboot/check_router_reboot.jl >> /var/log/check_reboot.log 2>&1 +# linux_prompt> @reboot sleep 30 && /usr/local/bin/juliar --project=/home/ton/docker-programs/check_and_reboot/check_router_reboot.jl >> /var/log/check_reboot.log 2>&1 # *** juliar is julia that I install separately for root user (sudo crontab -e) which I symlinked to juliar because I want to separate it from user's julia # ---------------------------------- For PC that has only julia ---------------------------------- #