We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f27d75 commit 2636c73Copy full SHA for 2636c73
1 file changed
server/conf/bashrc_user_redhat.master
@@ -1,13 +1,14 @@
1
# .bashrc
2
3
-export TERM=xterm
+
4
5
# Source global definitions
6
if [ -f /etc/bashrc ]; then
7
. /etc/bashrc
8
fi
9
10
<tmpl_if name='jailkit_chroot' op='==' value='y'>
11
+export TERM=xterm
12
## Hack for Jailkit User to change back to the logged in user ##
13
if [ -n "$LOGNAME" ]; then
14
if [ "$LOGNAME" != $USER ]; then
0 commit comments