Skip to content

Commit

Permalink
add missing closing fi
Browse files Browse the repository at this point in the history
  • Loading branch information
pbyatshon committed Jul 31, 2018
1 parent 1f65d69 commit fe87aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2638,7 +2638,7 @@ generate_resolvconf() {
echo "nameserver ${DNSRESOLVER_V6[$index]}" >> "$NAMESERVERFILE"
done
fi
# fi
fi

return 0
}
Expand Down

0 comments on commit fe87aa6

Please sign in to comment.