diff --git a/src/cryptobox/core/settings.py b/src/cryptobox/core/settings.py index 05bed7e..1f0ca8a 100644 --- a/src/cryptobox/core/settings.py +++ b/src/cryptobox/core/settings.py @@ -168,7 +168,7 @@ class CryptoBoxSettings: if not self.get_active_partition(): self.log.warn("umountConfigPartition: no configuration partition mounted") return False - self.__read_misc_files() + self.reload_misc_files() proc = subprocess.Popen( shell = False, stdout = subprocess.PIPE,