fixed a broken reference
This commit is contained in:
parent
6d3286acd0
commit
4e5b8e088f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue