Skip to content

Commit 2636c73

Browse files
committed
Include export in jailkit-only block
1 parent 8f27d75 commit 2636c73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/conf/bashrc_user_redhat.master

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# .bashrc
22

3-
export TERM=xterm
3+
44

55
# Source global definitions
66
if [ -f /etc/bashrc ]; then
77
. /etc/bashrc
88
fi
99

1010
<tmpl_if name='jailkit_chroot' op='==' value='y'>
11+
export TERM=xterm
1112
## Hack for Jailkit User to change back to the logged in user ##
1213
if [ -n "$LOGNAME" ]; then
1314
if [ "$LOGNAME" != $USER ]; then

0 commit comments

Comments
 (0)