kuldeepsidhu
April 18th, 2010, 05:02 PM
i have setup my connection with pppoeconf command ...
i had not started it at boot time..
i make a script like this....
#!/bin/bash
echo "Connecting"
$(sudo pon dsl-provider)
but this doesnot work..it gives the error...
Connecting
./Connect.sh: line 3: Plugin: command not found
where is the problem..?
when i simple try the command sudo pon dsl-provider it works....
i had not started it at boot time..
i make a script like this....
#!/bin/bash
echo "Connecting"
$(sudo pon dsl-provider)
but this doesnot work..it gives the error...
Connecting
./Connect.sh: line 3: Plugin: command not found
where is the problem..?
when i simple try the command sudo pon dsl-provider it works....