don't start homeserverdns-update from working directory
This commit is contained in:
parent
980739cf54
commit
64949cf53a
|
@ -20,7 +20,7 @@
|
|||
readonly required_config_options=("protocol" "auth_key" "domains")
|
||||
readonly default_ttl=300
|
||||
readonly default_public_ip4_hook="upnpc -s | grep ExternalIPAddress | cut -d ' ' -f3"
|
||||
readonly default_update_hook="./homeserverdns-update"
|
||||
readonly default_update_hook="homeserverdns-update"
|
||||
|
||||
|
||||
### () -> default_network_interface
|
||||
|
|
Loading…
Reference in New Issue