From c513a360ea1dcd15eaf2b5d024a5d9a1136a9bce Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sun, 11 Nov 2018 13:37:30 +0100 Subject: [PATCH] add colon to user env paths - fix #202 --- templates/etc/login.defs.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/login.defs.j2 b/templates/etc/login.defs.j2 index f2ceb329b..cf319447c 100644 --- a/templates/etc/login.defs.j2 +++ b/templates/etc/login.defs.j2 @@ -57,7 +57,7 @@ HUSHLOGIN_FILE .hushlogin # *REQUIRED*: The default PATH settings, for superuser and normal users. (they are minimal, add the rest in the shell startup files) ENV_SUPATH PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -ENV_PATH PATH=/usr/local/bin:/usr/bin:/bin{{ os_env_extra_user_paths| join (':') }} +ENV_PATH PATH=/usr/local/bin:/usr/bin:/bin:{{ os_env_extra_user_paths| join (':') }} # Terminal permissions # --------------------