Hi Tito ! IMO you got the best solution, ... >one more solution without the need to modify scripts is to >create a wrapper to wget: > >#!/bin/sh >busybox wget -T xxx $@ ... except, I would do an exec here: #!/bin/sh exec busybox wget -T xxx $@ -- Harald