1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Add TODO to certbot.wrapper. (#8270)

I'm adding this comment as part of the resolution of #8251. I think rewriting the script in Python is something we really should only worry about if we're working on the script in the future. Because of this, I personally prefer a code comment rather than an issue here.
This commit is contained in:
Brad Warren
2020-09-08 12:54:00 -07:00
committed by GitHub
parent 8c81a1aaf8
commit 21b320ef42

View File

@@ -1,4 +1,7 @@
#!/bin/sh
#
# TODO: We may want to consider rewriting this script in Python. See
# https://github.com/certbot/certbot/issues/8251 for more info.
set -e
# This code is based on snapcraft's own patch to work around this problem at