Source config file relative to script

This commit is contained in:
Georg Meyer 2014-01-06 21:22:56 +01:00
parent c21d5a3a14
commit 0496b5c761

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