/opt/autodisconnect/autodisconnect-network-check: line 65: syntax error in conditional expression
/opt/autodisconnect/autodisconnect-network-check: line 65: syntax error near `-a'
/opt/autodisconnect/autodisconnect-network-check: line 65: ` [[ -n "$Pid" -a "$Pid" -ne "$$" ]] && {'
| The Following User Says Thank You to kerneld For This Useful Post: | ||
| The Following User Says Thank You to calvin_42 For This Useful Post: | ||

/opt/autodisconnect/autodisconnect-network-check: line 65: syntax error in conditional expression
/opt/autodisconnect/autodisconnect-network-check: line 65: syntax error near `-a'
/opt/autodisconnect/autodisconnect-network-check: line 65: ` [[ -n "$Pid" -a "$Pid" -ne "$$" ]] && {'
Well Busybox uses the ash shell, so it may be the problem. Easy to know :[[ -n 12 -a 12 -ne 42 ]] && echo 'OK'
| The Following User Says Thank You to kerneld For This Useful Post: | ||