From f113c2c2290e3e6bf93067d4ad22d8426bc0aa6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Mon, 29 Aug 2016 15:57:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=81=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=B4?= =?UTF-8?q?=D0=B8=D1=80=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=81=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=D0=BE=D0=BC=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/unix/variables/users.py | 1 + 1 file changed, 1 insertion(+) 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")