Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation #17

Merged
merged 2 commits into from
Aug 21, 2016
Merged

Documentation #17

merged 2 commits into from
Aug 21, 2016

Conversation

schulzch
Copy link
Contributor

@schulzch schulzch commented Aug 8, 2016

Hi there,

thanks for your awesome work. I've added and re-written some documentation along with a minor code change (I had no idea about the log file until I saw that tiny >> $LOG). Hope you like it.

Regards,
Christoph

@chrisb86 chrisb86 merged commit c38db65 into chrisb86:master Aug 21, 2016
@chrisb86
Copy link
Owner

Merged.

@@ -38,7 +38,7 @@ if ls $(dirname $0)/nsupdate.d/*.config &> /dev/null; then
for f in $(dirname $0)/nsupdate.d/*.config
do
if [[ "$SILENT" == "NO" ]]; then
echo "Starting nameserver update with config file $f"
echo "Starting nameserver update with config file $f ($LOG)"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you override LOG in the config file this will log the wrong file (e.g. the default log file for the first config).

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in new commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants