Public bug reported:

One of the scripts located in rc2.d (S95dial) at the startup give me
these 3 lines of errors:

line 5: while[[0 -lt 40]]: command not found
line 6: syntax error near unexpected token `do'
line 6: `do'


this is the file:

#!/bin/bash
modprobe ppp_generic
modprobe pppoatm
count=0
while[[$((count++)) -lt 40]]
do
sync=$(dmesg|grep 'ADSL line is up')
if[!-z "$sync"]
then
pppd call speedtch
exit 0
fi
sleep 1
done
echo "Firmware non caricato"

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

-- 
Error in S95dial
https://bugs.launchpad.net/bugs/109969
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to