From 6e81d0fe3a0abd226986bef372370f8da22a7f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Tue, 25 Sep 2018 20:16:20 +0200 Subject: [PATCH] [postcfg] fix last commit --- src/modules/postcfg/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/postcfg/main.py b/src/modules/postcfg/main.py index a61ba677d..6b78f6e8c 100644 --- a/src/modules/postcfg/main.py +++ b/src/modules/postcfg/main.py @@ -102,7 +102,7 @@ class ConfigController: target_env_call(["update-grub"]) # Enable 'menu_auto_hide' when supported in grubenv - if exists(join(self.root, "usr/bin/grub-set-bootflag")) + if exists(join(self.root, "usr/bin/grub-set-bootflag")): target_env_call(["grub-editenv - set menu_auto_hide=1"]) return None