Problem with script /etc/init.d/vicidial in Vicibox 8.0.0
Posted: Mon Apr 16, 2018 3:00 pm
Hello,
The line 154 is:
if [ -x $WAN_BIN -a "$(find /etc/wanpipe -maxdepth 1 -name 'wanpipea*.conf' -print -quit)" ]; then
it could be:
if [ -x $WAN_BIN -a "$(find /etc/wanpipe -maxdepth 1 -name 'wanpipe*.conf' -print -quit)" ]; then
Please validate this change.
Regards
The line 154 is:
if [ -x $WAN_BIN -a "$(find /etc/wanpipe -maxdepth 1 -name 'wanpipea*.conf' -print -quit)" ]; then
it could be:
if [ -x $WAN_BIN -a "$(find /etc/wanpipe -maxdepth 1 -name 'wanpipe*.conf' -print -quit)" ]; then
Please validate this change.
Regards