diff --git a/confluent_server/confluent/selfservice.py b/confluent_server/confluent/selfservice.py index 872463ec..2e17abef 100644 --- a/confluent_server/confluent/selfservice.py +++ b/confluent_server/confluent/selfservice.py @@ -395,7 +395,7 @@ def handle_request(env, start_response): keymap = ckeymap try: tdc = util.run(['timedatectl'])[0].split(b'\n') - except subprocess.CalledProcessError: + except (subprocess.CalledProcessError, FileNotFoundError): tdc = [] currtzvintage = time.time() ncfg['timezone'] = currtz