diff --git a/pym/unix/variables/users.py b/pym/unix/variables/users.py index aaa716f..fbfc654 100644 --- a/pym/unix/variables/users.py +++ b/pym/unix/variables/users.py @@ -166,6 +166,7 @@ class VariableUrUnixHomePathMove(Variable): type = "bool" opt = ('-m', '--move-home') value = "off" + check_after = ["ur_unix_home_path", "ur_unix_home_path_exists"] def init(self): self.label = _("Move home directory")