Fednode installer configparser.NoSectionError

Here’s the error:

cryptos@server:~/counterparty/federatednode$ fednode install full master
This script requires root access (via sudo) to run. Please enter your sudo password below.
[sudo] password for cryptos:
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/configparser.py", line 1135, in _unify_values
    sectiondict = self._sections[section]
KeyError: 'Default'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/fednode", line 370, in <module>
    main()
  File "/usr/local/bin/fednode", line 215, in main
    build_config = config.get('Default', 'config')
  File "/usr/local/lib/python3.5/configparser.py", line 778, in get
    d = self._unify_values(section, vars)
  File "/usr/local/lib/python3.5/configparser.py", line 1138, in _unify_values
    raise NoSectionError(section)
configparser.NoSectionError: No section: 'Default'