Fix CONF in sample init script for Ubuntu
Both Ubuntu and Debian patch ddclient so that `$etc` is `/etc`, not `/etc/ddclient`.
This commit is contained in:
parent
5cd21f7c7e
commit
c0b137533b
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
### END INIT INFO
|
||||
|
||||
DDCLIENT=/usr/sbin/ddclient
|
||||
CONF=/etc/ddclient/ddclient.conf
|
||||
CONF=/etc/ddclient.conf
|
||||
PIDFILE=/var/run/ddclient.pid
|
||||
|
||||
test -x $DDCLIENT || exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue