diff options
author | Rob Austein <sra@hactrn.net> | 2010-10-06 03:11:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-10-06 03:11:30 +0000 |
commit | d1d9fa54994db03fadb82da67ccda1c77e4d4b08 (patch) | |
tree | 84b798db96c067af4de3442991de9810a22fe860 /scripts/convert-https-to-http.py | |
parent | 24253b12233a0d5329cf6c7114ea58e7bda52d37 (diff) |
Add "configure_daemons" reminder to end of script.
svn path=/scripts/convert-https-to-http.py; revision=3462
Diffstat (limited to 'scripts/convert-https-to-http.py')
-rw-r--r-- | scripts/convert-https-to-http.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/convert-https-to-http.py b/scripts/convert-https-to-http.py index 4599c59e..821255c6 100644 --- a/scripts/convert-https-to-http.py +++ b/scripts/convert-https-to-http.py @@ -134,3 +134,9 @@ if convert_sql: do_sql("pubd", "ALTER TABLE client ADD COLUMN last_cms_timestamp DATETIME") + + +print """ +Done. Don't forget to run "myrpki configure_daemons" (with whatever arguments you usually +give it) to push changed URLs and so forth into rpkid et al. +""" |