diff --git a/docker/start.py b/docker/start.py index 5d6cf1d..5658235 100644 --- a/docker/start.py +++ b/docker/start.py @@ -80,6 +80,8 @@ def start_kms(): except Exception: # In case of any error - just shut down pass + except KeyboardInterrupt: + pass if enableSQLITE: if None != sqlite_process: sqlite_process.terminate()