From ea86c01b7668d4ced604dddcb7f773b3ee99bf01 Mon Sep 17 00:00:00 2001 From: Vladislav Glinkin Date: Tue, 15 Apr 2025 17:13:14 +0300 Subject: [PATCH] Swapped the call to save_dconf and self.start_frontend() with each other --- gpoa/gpoa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpoa/gpoa b/gpoa/gpoa index 02965f88..32f18a16 100755 --- a/gpoa/gpoa +++ b/gpoa/gpoa @@ -153,8 +153,8 @@ class gpoa_controller: try: back.retrieve_and_store() # Start frontend only on successful backend finish - self.start_frontend() save_dconf(self.username, self.is_machine, nodomain) + self.start_frontend() except Exception as exc: logdata = dict({'message': str(exc)}) # In case we're handling "E3" - it means that