Merge pull request #1 from scho/master

Source config file relative to path of the script
This commit is contained in:
Christian Busch 2014-01-06 14:39:51 -08:00
commit d85dde5f17

View File

@ -27,7 +27,7 @@
# from which site should we get your wan ip? # from which site should we get your wan ip?
IP_CHECK_SITE=http://checkip.dyndns.org IP_CHECK_SITE=http://checkip.dyndns.org
source nsupdate.config source $(dirname $0)/nsupdate.config
LOG=$0.log LOG=$0.log