Skip to content
Snippets Groups Projects
Commit 885fc9ad authored by Max Adamo's avatar Max Adamo
Browse files

minor

parent 9d1fcd70
Branches
Tags
No related merge requests found
......@@ -170,7 +170,6 @@ if __name__ == "__main__":
# if we are here, everything went fine and we can upload the certificates
os.sys.exit()
if WILDCARD:
UPLOADER = '/root/bin/upload_wildcards.py -d {}'.format(DOMAIN[0])
os.system(UPLOADER)
......
......@@ -43,5 +43,5 @@ if __name__ == "__main__":
os.sys.exit(1)
print('+' + 72*'-' + '+')
print('sleep 5 seconds to wait for DNS to settle down')
print('sleep 5 seconds to wait for DNS to settle down\n')
time.sleep(5)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment