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