Skip to content
Snippets Groups Projects
Commit e2513417 authored by Florent Thiery's avatar Florent Thiery
Browse files

fix tpo

parent 5d67dbe0
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ if os.path.isfile('../utils.py'):
for l in d.split('\n'):
if l.startswith(ntpconf_expected):
servers.append(l.split(ntpconf_expected)[1])
if not '%s%s' % (nfpconf_expected, NTP_SERVER) in d:
if not '%s%s' % (ntpconf_expected, NTP_SERVER) in d:
print('Expected NTP server %s not found in %s, found %s instead' % (NTP_SERVER, ntpconf, servers))
sys.exit(1)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment