summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkimessages.py
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2013-07-22 13:20:10 -0400
committerAbhishek Koneru <akoneru@redhat.com>2013-07-22 14:55:03 -0400
commit25fded82f97d4a47a6bfba3ea4da4c104552fa07 (patch)
tree68792a95f09a046607b4bfa0741fb6cc28145642 /base/server/python/pki/server/deployment/pkimessages.py
parent9eb2c354b9e3a1d93f89ea951bb713cc684646ed (diff)
downloadpki-25fded82f97d4a47a6bfba3ea4da4c104552fa07.tar.gz
pki-25fded82f97d4a47a6bfba3ea4da4c104552fa07.tar.xz
pki-25fded82f97d4a47a6bfba3ea4da4c104552fa07.zip
Minor issue - redundant import in pkispawn
A redundant import has been added in one ofthe previous patches. Fixed another small issue while using the escape character. Pylint fixes.
Diffstat (limited to 'base/server/python/pki/server/deployment/pkimessages.py')
-rw-r--r--base/server/python/pki/server/deployment/pkimessages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/server/python/pki/server/deployment/pkimessages.py b/base/server/python/pki/server/deployment/pkimessages.py
index 2e1ecba45..a3be42e97 100644
--- a/base/server/python/pki/server/deployment/pkimessages.py
+++ b/base/server/python/pki/server/deployment/pkimessages.py
@@ -307,11 +307,11 @@ PKI_CONFIG_RESPONSE_ADMIN_CERT = "adminCert:"
PKI_CONFIG_RESPONSE_STATUS = "status:"
PKI_CONFIG_NOT_YET_IMPLEMENTED_1 = " %s NOT YET IMPLEMENTED"
PKI_CHECK_STATUS_MESSAGE = " To check the status of the subsystem: \n"\
- " systemctl status pki-tomcatd\@%s.service"
+ " systemctl status pki-tomcatd@%s.service"
PKI_ACCESS_URL = " The URL for the subsystem is: \n"\
" https://%s:%s/%s"
PKI_INSTANCE_RESTART_MESSAGE = " To restart the subsystem: \n"\
- " systemctl restart pki-tomcatd\@%s.service"
+ " systemctl restart pki-tomcatd@%s.service"
PKI_SPAWN_INFORMATION_HEADER = "\n ==========================================================================\n"\