Skip to content

Commit

Permalink
add colon to user env paths - fix #202
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Nov 11, 2018
1 parent 3889580 commit c513a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/etc/login.defs.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
# --------------------
Expand Down

0 comments on commit c513a36

Please sign in to comment.