# ls -l
total 8
-rwxr-xr-x 1 root root 47 Jan 25 03:50 hello.sh
# cat hello.sh
#!/bin/sh
echo hello >> /var/log/wicd/aa.log
# /etc/rc.d/wicd restart..done
<<disconnect and connect>>
But! still there is no aa.log and script seems to be not executed at all.
No signs of errors in wicd.log
I'm glad for any ideas, thanks
--
Marek Otahal )
01-25-2012, 02:03 AM
Marek Otahal
wicd does not execute custom scripts
On Wednesday 25 of January 2012 03:58:30 you wrote:
> Hi,
>
> please could someone verify this?
...
> But! still there is no aa.log and script seems to be not executed at all.
> No signs of errors in wicd.log
forgot to mention, taking
http://wicd.sourceforge.net/moinmoin/Adding%20pre%20and%20post%20%28dis%29connection%20 scripts
as a reference
--