mirror of
https://github.com/certbot/certbot.git
synced 2026-04-24 15:54:10 -04:00
Remove unused static string from CONFIG
This commit is contained in:
parent
a281a88f49
commit
3d26cfca90
1 changed files with 0 additions and 8 deletions
|
|
@ -101,11 +101,3 @@ APACHE_CTL = "/usr/sbin/apache2ctl"
|
|||
|
||||
APACHE2 = "/etc/init.d/apache2"
|
||||
"""Command used for reload and restart."""
|
||||
|
||||
# Static Strings/Messages
|
||||
CERT_DELETE_MSG = "This certificate has either been deleted or moved"
|
||||
"""Used in revocation cert dict for 'installed'.
|
||||
|
||||
Indicates that the original certificate has been moved/deleted.
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue