Man, I've insterted that line at the beginning of the debug.cfg, this is my debug.cfg:#!/bin/sh
# create date script
cat > /var/tmp/onlinechanged << 'EOF'
#!/bin/sh
case "$1" in
online)
wget -O - "http://my user:my
[email protected]/nic/update?hostname=my host" | cat
...