From 30c416ff6e894c799dfec462ad2415433ceb90d3 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 23 Jun 2014 00:11:24 +0000 Subject: [PATCH] rename the new checklist script to whats_next.py --- management/{check_configuration.py => whats_next.py} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename management/{check_configuration.py => whats_next.py} (99%) mode change 100644 => 100755 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