diff --git a/confluent_server/bin/osdeploy b/confluent_server/bin/osdeploy index cedb6a9c..052a5c3a 100644 --- a/confluent_server/bin/osdeploy +++ b/confluent_server/bin/osdeploy @@ -291,7 +291,7 @@ def initialize(cmdset): try: subprocess.check_call(['systemctl', 'try-restart', 'apache2']) print('HTTP server has been restarted if it was running') - except subprocess.CalledProcessError: + except Exception: emprint('New HTTPS certificates generated, restart the web server manually') else: emprint('New HTTPS certificates generated, restart the web server manually')