mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02: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:
@@ -1,4 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/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
|
set -e
|
||||||
|
|
||||||
# This code is based on snapcraft's own patch to work around this problem at
|
# This code is based on snapcraft's own patch to work around this problem at
|
||||||
|
|||||||
Reference in New Issue
Block a user