diff --git a/management/check_configuration.py b/management/whats_next.py old mode 100644 new mode 100755 similarity index 99% rename from management/check_configuration.py rename to management/whats_next.py index 8fc86547..206cc870 --- a/management/check_configuration.py +++ b/management/whats_next.py @@ -1,5 +1,7 @@ +#!/usr/bin/python3 +# # 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. import os, os.path, re, subprocess