@Ranger802004 ,
I am that edge case user - I am using wan-failover as part of a speedtest based failover...
Thanks for the option to disable the cron job. Works great,
With the previous release (1.6.1-beta3) I have a script that will call wan-failover switchwan when my primary (Starlink) drops to 11Mb or less). This switches to WAN1 (DSL 12Mbit). I then sleep 10 and call wan-failover kill. This has been working fine.
With this beta, I must be doing something incorrect. I run wan-failover, and from the menu select config and disable the Cron Job (23).
I tried wan-failover initiate. The script hangs. I have done some debugging.
initiate calls systemcheck() which immediately calls getsystemparameters().
In my case, the script hangs in this area (in getsystemparameters):
Code:
while [ -z "${systemparameterssync+x}" ] >/dev/null 2>&1 || [[ "$systemparameterssync" == "0" ]] >/dev/null 2>&1;do
if [ -z "${systemparameterssync+x}" ] >/dev/null 2>&1;then
Any ideas?