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 ---------------------------------- #