mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
rename the new checklist script to whats_next.py
This commit is contained in:
parent
5aa09c3f9b
commit
30c416ff6e
4
management/check_configuration.py → management/whats_next.py
Normal file → Executable file
4
management/check_configuration.py → management/whats_next.py
Normal file → Executable file
@ -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
Block a user