What's new

VPN and connection management in general

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

I can't think why the first command would run but the second wouldn't.

By the way, you still haven't fixed the quotation mark error.

cru a VPN_Failover "*/5 * * * *" /jffs/scripts/VPN_Failover.sh 1 once #VPN Failover
should be
cru a VPN_Failover "*/5 * * * * /jffs/scripts/VPN_Failover.sh 1 once" #VPN Failover
 
I can't think why the first command would run but the second wouldn't.

By the way, you still haven't fixed the quotation mark error.

cru a VPN_Failover "*/5 * * * *" /jffs/scripts/VPN_Failover.sh 1 once #VPN Failover
should be
cru a VPN_Failover "*/5 * * * * /jffs/scripts/VPN_Failover.sh 1 once" #VPN Failover
The quotation mark error I corrected immediately. However everything works correctly
 
I can't think why the first command would run but the second wouldn't.

By the way, you still haven't fixed the quotation mark error.

cru a VPN_Failover "*/5 * * * *" /jffs/scripts/VPN_Failover.sh 1 once #VPN Failover
should be
cru a VPN_Failover "*/5 * * * * /jffs/scripts/VPN_Failover.sh 1 once" #VPN Failover
You were right on the first command, I took it off. It can create problems on startup.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top