rename the new checklist script to whats_next.py
This commit is contained in:
parent
5aa09c3f9b
commit
30c416ff6e
|
@ -1,5 +1,7 @@
|
||||||
|
#!/usr/bin/python3
|
||||||
|
#
|
||||||
# Checks that the upstream DNS has been set correctly and that
|
# Checks that the upstream DNS has been set correctly and that
|
||||||
# SSL certificates have been signed, and if not tells the user
|
# SSL certificates have been signed, etc., and if not tells the user
|
||||||
# what to do next.
|
# what to do next.
|
||||||
|
|
||||||
import os, os.path, re, subprocess
|
import os, os.path, re, subprocess
|
Loading…
Reference in New Issue