Reverted the patch from torsten. See [ 1749470 ] Bug in Script sample-etc_ppp_ip-up.local
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@60 3873ddee-7413-0410-b6c4-c2c57c1ab35a
This commit is contained in:
parent
24dee446e1
commit
2597d38632
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ case "$IP" in
|
|||
;;
|
||||
*) (
|
||||
sleep 5
|
||||
ddclient -daemon=0 -syslog -use=if -if=$IP >/dev/null 2>&1
|
||||
ddclient -daemon=0 -syslog -use=if -if=$1 >/dev/null 2>&1
|
||||
) &
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue